diff mbox series

[5/6] configs: uniphier: Enable CONFIG_SYS_PCI_64BIT

Message ID 1625565671-30022-6-git-send-email-hayashi.kunihiko@socionext.com
State Accepted
Commit bc9255a5adcbd51db45b102cf9a6b592ff0fdbff
Headers show
Series uniphier: Add PCIe host controller and Akebi96 board support | expand

Commit Message

Kunihiko Hayashi July 6, 2021, 10:01 a.m. UTC
Enable CONFIG_SYS_PCI_64BIT to allow 64bit access to PCI space.

Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com>

---
 include/configs/uniphier.h | 2 ++
 1 file changed, 2 insertions(+)

-- 
2.7.4

Comments

Tom Rini July 14, 2021, 8:53 p.m. UTC | #1
On Tue, Jul 06, 2021 at 07:01:10PM +0900, Kunihiko Hayashi wrote:

> Enable CONFIG_SYS_PCI_64BIT to allow 64bit access to PCI space.

> 

> Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com>


Applied to u-boot/master, thanks!

-- 
Tom
diff mbox series

Patch

diff --git a/include/configs/uniphier.h b/include/configs/uniphier.h
index bad4e41..12028e5 100644
--- a/include/configs/uniphier.h
+++ b/include/configs/uniphier.h
@@ -210,4 +210,6 @@ 
 
 #define CONFIG_SPL_PAD_TO			0x20000
 
+#define CONFIG_SYS_PCI_64BIT
+
 #endif /* __CONFIG_UNIPHIER_H__ */