From: Tom Warren Date: Tue, 6 Mar 2012 17:10:33 +0000 (+0000) Subject: tegra: fdt: Enable FDT support for Ventana X-Git-Tag: v2012.04-rc1~19^2~19 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=66d6a91dc2aa6554c0ad0cdf8b13b18abead8155;hp=d9fdfe0aa598978054f108ba42ca928aceb8c090;p=platform%2Fkernel%2Fu-boot.git tegra: fdt: Enable FDT support for Ventana This switches Ventana over to use FDT for run-time config instead of CONFIG options. At present Ventana does not have its own device tree file - it just uses the Seaboard one. Signed-off-by: Tom Warren Signed-off-by: Simon Glass Acked-by: Simon Glass Signed-off-by: Tom Warren --- diff --git a/include/configs/ventana.h b/include/configs/ventana.h index acc9b43..3e55fe5 100644 --- a/include/configs/ventana.h +++ b/include/configs/ventana.h @@ -27,6 +27,11 @@ #include #include "tegra2-common.h" +/* Enable fdt support for Ventana. 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 (Ventana) # "