From: Kunihiko Hayashi Date: Tue, 6 Jul 2021 10:01:10 +0000 (+0900) Subject: configs: uniphier: Enable CONFIG_SYS_PCI_64BIT X-Git-Url: http://git.dujemihanovic.xyz/img/static/gitweb.css?a=commitdiff_plain;h=bc9255a5adcbd51db45b102cf9a6b592ff0fdbff;p=u-boot.git configs: uniphier: Enable CONFIG_SYS_PCI_64BIT Enable CONFIG_SYS_PCI_64BIT to allow 64bit access to PCI space. Signed-off-by: Kunihiko Hayashi --- 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__ */