X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fconfigs%2Ficonnect.h;h=26dbe539437137675cd3db712aabfe288a3d5560;hb=066d97c73300bbabf7ec63ee2cab6d8bf79b5771;hp=802b1a3c43e35ab6100c75c90accd636c18a9e3c;hpb=423620b9d47a704124f9fd624b4de4ed56c600d6;p=oweals%2Fu-boot.git diff --git a/include/configs/iconnect.h b/include/configs/iconnect.h index 802b1a3c43..26dbe53943 100644 --- a/include/configs/iconnect.h +++ b/include/configs/iconnect.h @@ -25,16 +25,11 @@ * Compression configuration */ #define CONFIG_BZIP2 -#define CONFIG_LZMA -#define CONFIG_LZO /* * Commands configuration */ -#define CONFIG_SYS_NO_FLASH /* declare no flash (NOR/SPI) */ #define CONFIG_SYS_MVFS -#define CONFIG_CMD_ENV -#define CONFIG_CMD_NAND /* * mv-common.h should be defined after CMD configs since it used them @@ -46,10 +41,7 @@ * Environment variables configuration */ #ifdef CONFIG_CMD_NAND -#define CONFIG_ENV_IS_IN_NAND #define CONFIG_ENV_SECT_SIZE 0x20000 -#else -#define CONFIG_ENV_IS_NOWHERE #endif #define CONFIG_ENV_SIZE 0x20000 #define CONFIG_ENV_OFFSET 0x80000 @@ -89,12 +81,7 @@ /* * File system */ -#define CONFIG_CMD_JFFS2 -#define CONFIG_CMD_UBI -#define CONFIG_CMD_UBIFS -#define CONFIG_RBTREE #define CONFIG_MTD_DEVICE #define CONFIG_MTD_PARTITIONS -#define CONFIG_CMD_MTDPARTS #endif /* _CONFIG_ICONNECT_H */