[U-Boot] [PATCH v2 9/9] x86: Enable CONFIG_OF_CONTROL on coreboot
Simon Glass
sjg at chromium.org
Fri Mar 1 06:26:18 CET 2013
Make use of a device tree on coreboot boards, and set the default
to link.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
Changes in v2:
- Drop patch which removes real mode code since it was already dealt with
include/configs/coreboot.h | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/include/configs/coreboot.h b/include/configs/coreboot.h
index c7f36ff..49f05de 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
*/
--
1.8.1.3
More information about the U-Boot
mailing list