diff options
| author | Simon Glass <sjg@chromium.org> | 2012-02-27 10:52:53 +0000 | 
|---|---|---|
| committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2012-03-29 08:12:49 +0200 | 
| commit | d9fdfe0aa598978054f108ba42ca928aceb8c090 (patch) | |
| tree | 1680139804f7a8f5d83def4ec1bb9bcf0f899631 | |
| parent | db44ebdb5cf7a82ce19d639cad27d9eac13c3a2f (diff) | |
| download | olio-uboot-2014.01-d9fdfe0aa598978054f108ba42ca928aceb8c090.tar.xz olio-uboot-2014.01-d9fdfe0aa598978054f108ba42ca928aceb8c090.zip | |
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 <sjg@chromium.org>
Signed-off-by: Tom Warren <twarren@nvidia.com>
| -rw-r--r-- | include/configs/seaboard.h | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/include/configs/seaboard.h b/include/configs/seaboard.h index b6d9f7a88..1dc775a52 100644 --- a/include/configs/seaboard.h +++ b/include/configs/seaboard.h @@ -27,6 +27,11 @@  #include <asm/sizes.h>  #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) # " |