summaryrefslogtreecommitdiff
path: root/include/configs/uniphier.h
diff options
context:
space:
mode:
authorKunihiko Hayashi <hayashi.kunihiko@socionext.com>2021-07-06 13:01:10 +0300
committerTom Rini <trini@konsulko.com>2021-07-14 23:48:09 +0300
commitbc9255a5adcbd51db45b102cf9a6b592ff0fdbff (patch)
treeaeee39942c61e427a41e867d98a681a195e5d09e /include/configs/uniphier.h
parente22c25607b9d5bc6f5b2bb7531251453fcc80a9d (diff)
downloadu-boot-bc9255a5adcbd51db45b102cf9a6b592ff0fdbff.tar.xz
configs: uniphier: Enable CONFIG_SYS_PCI_64BIT
Enable CONFIG_SYS_PCI_64BIT to allow 64bit access to PCI space. Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
Diffstat (limited to 'include/configs/uniphier.h')
-rw-r--r--include/configs/uniphier.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/uniphier.h b/include/configs/uniphier.h
index bad4e41372..12028e53e9 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__ */