X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fconfigs%2Ftec.h;h=f280cc0d3b47327e27db4c75a04f523d5fde5a2c;hb=f9c1456cf632175afb7d6b27f42f1aab8432be0f;hp=caeb9cd8a85cc76d54f0bdae2bc1d925ed6b8efd;hpb=6eb320315ca69f4819116c962887a810632aeca1;p=u-boot diff --git a/include/configs/tec.h b/include/configs/tec.h index caeb9cd8a8..f280cc0d3b 100644 --- a/include/configs/tec.h +++ b/include/configs/tec.h @@ -73,18 +73,6 @@ #define CONFIG_CMD_NET #define CONFIG_CMD_DHCP -#define CONFIG_DOS_PARTITION -#define CONFIG_EFI_PARTITION -#define CONFIG_CMD_EXT2 -#define CONFIG_CMD_FAT - -#define CONFIG_FIT - -#define CONFIG_BOOTCOMMAND \ - "mmc rescan;" \ - "ext2load mmc 0 0x17000000 /boot/uImage;" \ - "bootm" - /* LCD support */ #define CONFIG_LCD #define CONFIG_PWM_TEGRA @@ -92,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 */