diff options
author | Thierry Reding <thierry.reding@avionic-design.de> | 2013-04-03 04:52:45 +0000 |
---|---|---|
committer | Tom Warren <twarren@nvidia.com> | 2013-04-15 11:01:37 -0700 |
commit | 85434f9d7123c283b2233614178e7cfc968d329b (patch) | |
tree | 6d2312c962e5e2d0a79967b24675a421c0c868ea /include/configs/tec.h | |
parent | 51016ffdaf5c43a23ee16901907ed823bea64fe0 (diff) |
Tegra: TEC: Enable boot script support
Boot script support brings TEC in line with other Tegra boards. To
enable booting a Linux kernel with initial ramdisk, also include support
for the new FIT image type.
Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>
Signed-off-by: Tom Warren <twarren@nvidia.com>
Reviewed-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'include/configs/tec.h')
-rw-r--r-- | include/configs/tec.h | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/include/configs/tec.h b/include/configs/tec.h index f90f5c7526e..f280cc0d3b4 100644 --- a/include/configs/tec.h +++ b/include/configs/tec.h @@ -73,13 +73,6 @@ #define CONFIG_CMD_NET #define CONFIG_CMD_DHCP -#define CONFIG_FIT - -#define CONFIG_BOOTCOMMAND \ - "mmc rescan;" \ - "ext2load mmc 0 0x17000000 /boot/uImage;" \ - "bootm" - /* LCD support */ #define CONFIG_LCD #define CONFIG_PWM_TEGRA @@ -87,6 +80,9 @@ #define LCD_BPP LCD_COLOR16 #define CONFIG_SYS_WHITE_ON_BLACK +/* support the new (FDT-based) image format */ +#define CONFIG_FIT + #include "tegra-common-post.h" #endif /* __CONFIG_H */ |