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:
74d0186
)
powerpc: Permit device tree control of U-Boot (CONFIG_OF_CONTROL)
author
Simon Glass
<sjg@chromium.org>
Sat, 7 Feb 2015 18:51:35 +0000
(11:51 -0700)
committer
Simon Glass
<sjg@chromium.org>
Thu, 12 Feb 2015 17:35:30 +0000
(10:35 -0700)
Enable this in the Kconfig so that PowerPC boards can use device tree to
configure U-Boot.
Signed-off-by: Simon Glass <sjg@chromium.org>
arch/Kconfig
patch
|
blob
|
history
diff --git
a/arch/Kconfig
b/arch/Kconfig
index
132123b
..
3d419bc
100644
(file)
--- a/
arch/Kconfig
+++ b/
arch/Kconfig
@@
-40,6
+40,7
@@
config OPENRISC
config PPC
bool "PowerPC architecture"
select HAVE_PRIVATE_LIBGCC
+ select SUPPORT_OF_CONTROL
config SANDBOX
bool "Sandbox"