]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
x86: Enable CONFIG_OF_CONTROL on coreboot
authorSimon Glass <sjg@chromium.org>
Thu, 28 Feb 2013 19:26:18 +0000 (19:26 +0000)
committerSimon 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

index c7f36ff148fe93fa25f3adbde6d5f82fa768cc5f..49f05decc0374ac26538426c7b843736403ef8ef 100644 (file)
 #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
  */