]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/configs/tricorder.h
configs: Migrate CMD_NAND*
[people/ms/u-boot.git] / include / configs / tricorder.h
index efc6f5abe0d0cb61ac165e161a094d1030f8af87..6e80e5b4623e3b72fc3074f3ea0cd5f463852879 100644 (file)
@@ -66,7 +66,6 @@
  
 
 /* EEPROM */
-#define CONFIG_CMD_EEPROM
 #define CONFIG_SYS_I2C_EEPROM_ADDR_LEN 2
 #define CONFIG_SYS_EEPROM_BUS_NUM      1
 
 #define CONFIG_SYS_NAND_MAX_OOBFREE    2
 #define CONFIG_SYS_NAND_MAX_ECCPOS     56
 
-/* commands to include */
-#define CONFIG_CMD_MTDPARTS            /* Enable MTD parts commands */
-#define CONFIG_CMD_NAND                        /* NAND support */
-#define CONFIG_CMD_NAND_LOCK_UNLOCK    /* nand (un)lock commands */
-#define CONFIG_CMD_UBIFS               /* UBIFS commands */
-#define CONFIG_LZO                     /* LZO is needed for UBIFS */
-
-#undef CONFIG_CMD_JFFS2                        /* JFFS2 Support */
-
 /* needed for ubi */
-#define CONFIG_RBTREE
 #define CONFIG_MTD_DEVICE       /* needed for mtdparts commands */
 #define CONFIG_MTD_PARTITIONS
 
  * which will not be influenced by any data already on the device.
  */
 #ifdef CONFIG_FLASHCARD
-
-#define CONFIG_ENV_IS_NOWHERE
-
 /* the rdaddr is 16 MiB before the loadaddr */
 #define CONFIG_ENV_RDADDR      "rdaddr=0x81000000\0"
 
 
 #define CONFIG_ENV_OVERWRITE /* allow to overwrite serial and ethaddr */
 
-#define CONFIG_ENV_IS_IN_NAND
-
 #define CONFIG_EXTRA_ENV_SETTINGS \
        CONFIG_COMMON_ENV_SETTINGS \
        "mmcargs=" \