projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26f7621
)
x86: Enable CONFIG_OF_CONTROL on coreboot
author
Simon Glass
<sjg@chromium.org>
Thu, 28 Feb 2013 19:26:18 +0000
(19:26 +0000)
committer
Simon Glass
<sjg@chromium.org>
Mon, 4 Mar 2013 23:57:52 +0000
(15:57 -0800)
Make use of a device tree on coreboot boards, and set the default
to link.
Signed-off-by: Simon Glass <sjg@chromium.org>
include/configs/coreboot.h
patch
|
blob
|
history
diff --git
a/include/configs/coreboot.h
b/include/configs/coreboot.h
index c7f36ff148fe93fa25f3adbde6d5f82fa768cc5f..49f05decc0374ac26538426c7b843736403ef8ef 100644
(file)
--- a/
include/configs/coreboot.h
+++ b/
include/configs/coreboot.h
@@
-42,6
+42,12
@@
#define CONFIG_ZBOOT_32
#define CONFIG_PHYSMEM
+#define CONFIG_LMB
+#define CONFIG_OF_LIBFDT
+#define CONFIG_OF_CONTROL
+#define CONFIG_OF_SEPARATE
+#define CONFIG_DEFAULT_DEVICE_TREE link
+
/*-----------------------------------------------------------------------
* Watchdog Configuration
*/