From: Simon Glass Date: Mon, 27 Feb 2012 10:52:53 +0000 (+0000) Subject: tegra: fdt: Enable FDT support for Seaboard X-Git-Tag: v2012.04-rc1~19^2~20 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d9fdfe0aa598978054f108ba42ca928aceb8c090;p=u-boot tegra: fdt: Enable FDT support for Seaboard This switches Seaboard over to use FDT for run-time config instead of CONFIG options. USB is the only user at present. Signed-off-by: Simon Glass Signed-off-by: Tom Warren --- diff --git a/include/configs/seaboard.h b/include/configs/seaboard.h index b6d9f7a88f..1dc775a52f 100644 --- a/include/configs/seaboard.h +++ b/include/configs/seaboard.h @@ -27,6 +27,11 @@ #include #include "tegra2-common.h" +/* Enable fdt support for Seaboard. Flash the image in u-boot-dtb.bin */ +#define CONFIG_DEFAULT_DEVICE_TREE tegra2-seaboard +#define CONFIG_OF_CONTROL +#define CONFIG_OF_SEPARATE + /* High-level configuration options */ #define TEGRA2_SYSMEM "mem=384M@0M nvmem=128M@384M mem=512M@512M" #define V_PROMPT "Tegra2 (SeaBoard) # "