diff options
author | Tom Warren <twarren@nvidia.com> | 2012-03-06 17:10:33 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2012-03-29 08:12:49 +0200 |
commit | 66d6a91dc2aa6554c0ad0cdf8b13b18abead8155 (patch) | |
tree | 4ce18f05b8c4fccad805fc4dca0ae5511216990f /include/configs | |
parent | d9fdfe0aa598978054f108ba42ca928aceb8c090 (diff) | |
download | u-boot-imx-66d6a91dc2aa6554c0ad0cdf8b13b18abead8155.zip u-boot-imx-66d6a91dc2aa6554c0ad0cdf8b13b18abead8155.tar.gz u-boot-imx-66d6a91dc2aa6554c0ad0cdf8b13b18abead8155.tar.bz2 |
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 <twarren@nvidia.com>
Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Warren <twarren@nvidia.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/ventana.h | 5 |
1 files changed, 5 insertions, 0 deletions
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 <asm/sizes.h> #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) # " |