]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - include/configs/rastaban.h
i2c: tegra: only use new clock/reset APIs
[karo-tx-uboot.git] / include / configs / rastaban.h
index d9dde9cc5e016032d2ef7a70425e219e27568ab6..f8ed22a4366380342fd52dc5b673bbd5e9e19990 100644 (file)
@@ -36,7 +36,6 @@
        "led5=63,0,1\0"
 
 #undef CONFIG_DOS_PARTITION
-#undef CONFIG_CMD_FAT
 
 #define CONFIG_BOARD_LATE_INIT
 
 
 #define CONFIG_SYS_U_BOOT_MAX_SIZE_SECTORS     0x300
 
-#undef CONFIG_SPL_NET_SUPPORT
-#undef CONFIG_SPL_NET_VCI_STRING
-#undef CONFIG_SPL_ETH_SUPPORT
-
 #undef CONFIG_MII
 #undef CONFIG_PHY_GIGE
 #define CONFIG_PHY_SMSC
@@ -70,8 +65,6 @@
 #define CONFIG_ENV_SIZE_REDUND         0x2000
 #define CONFIG_ENV_RANGE               (4 * CONFIG_SYS_ENV_SECT_SIZE)
 
-
-
 #define MTDPARTS_DEFAULT       MTDPARTS_DEFAULT_V3
 
 #ifndef CONFIG_SPL_BUILD
@@ -79,6 +72,7 @@
 /* Default env settings */
 #define CONFIG_EXTRA_ENV_SETTINGS \
        "hostname=rastaban\0" \
+       "ubi_off=2048\0"\
        "nand_img_size=0x400000\0" \
        "optargs=\0" \
        "preboot=draco_led 0\0" \
@@ -88,7 +82,6 @@
 
 #ifndef CONFIG_RESTORE_FLASH
 /* set to negative value for no autoboot */
-#define CONFIG_BOOTDELAY               3
 
 #define CONFIG_BOOTCOMMAND \
 "if dfubutton; then " \
@@ -99,9 +92,7 @@
 "run nand_boot_backup;" \
 "reset;"
 
-
 #else
-#define CONFIG_BOOTDELAY               0
 
 #define CONFIG_BOOTCOMMAND                     \
        "setenv autoload no; "                  \