From patchwork Fri Dec 14 21:13:13 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [U-Boot,09/10] x86: Enable CONFIG_OF_CONTROL on coreboot Date: Fri, 14 Dec 2012 11:13:13 -0000 From: Simon Glass X-Patchwork-Id: 206569 Message-Id: <1355519594-5694-9-git-send-email-sjg@chromium.org> To: U-Boot Mailing List Make use of a device tree on coreboot boards, and set the default to link. Signed-off-by: Simon Glass --- include/configs/coreboot.h | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/include/configs/coreboot.h b/include/configs/coreboot.h index adeace0..5f736f2 100644 --- a/include/configs/coreboot.h +++ b/include/configs/coreboot.h @@ -43,6 +43,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 */