summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2013-02-28 19:26:18 +0000
committerSimon Glass <sjg@chromium.org>2013-03-04 15:57:52 -0800
commitfc959081d41aab2d6f4614c5fb3dd1b77ffcdcf4 (patch)
tree8cc68b1cd482a7a595e43d687a59a46417ef3485 /include
parent26f7621d99e36d947909273b521eb4a8cead0a96 (diff)
downloadblackbird-obmc-uboot-fc959081d41aab2d6f4614c5fb3dd1b77ffcdcf4.tar.gz
blackbird-obmc-uboot-fc959081d41aab2d6f4614c5fb3dd1b77ffcdcf4.zip
x86: Enable CONFIG_OF_CONTROL on coreboot
Make use of a device tree on coreboot boards, and set the default to link. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include')
-rw-r--r--include/configs/coreboot.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/configs/coreboot.h b/include/configs/coreboot.h
index c7f36ff148..49f05decc0 100644
--- 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
*/
OpenPOWER on IntegriCloud