projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e22c256
)
configs: uniphier: Enable CONFIG_SYS_PCI_64BIT
author
Kunihiko Hayashi
<hayashi.kunihiko@socionext.com>
Tue, 6 Jul 2021 10:01:10 +0000
(19:01 +0900)
committer
Tom 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
patch
|
blob
|
history
diff --git
a/include/configs/uniphier.h
b/include/configs/uniphier.h
index
bad4e41
..
12028e5
100644
(file)
--- 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__ */