configs: uniphier: Enable CONFIG_SYS_PCI_64BIT
authorKunihiko Hayashi <hayashi.kunihiko@socionext.com>
Tue, 6 Jul 2021 10:01:10 +0000 (19:01 +0900)
committerTom Rini <trini@konsulko.com>
Wed, 14 Jul 2021 20:48:09 +0000 (16:48 -0400)
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

index bad4e41..12028e5 100644 (file)
 
 #define CONFIG_SPL_PAD_TO                      0x20000
 
+#define CONFIG_SYS_PCI_64BIT
+
 #endif /* __CONFIG_UNIPHIER_H__ */