]> git.sur5r.net Git - u-boot/blobdiff - include/configs/tec.h
Merge branch 'master' of git://git.denx.de/u-boot-spi
[u-boot] / include / configs / tec.h
index f90f5c7526e2e690fa9d13ce07162e173ac8ef07..f280cc0d3b47327e27db4c75a04f523d5fde5a2c 100644 (file)
 #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 */