diff options
Diffstat (limited to 'include/configs/zipitz2.h')
-rw-r--r-- | include/configs/zipitz2.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/include/configs/zipitz2.h b/include/configs/zipitz2.h index 46836d578c0..fcd77726429 100644 --- a/include/configs/zipitz2.h +++ b/include/configs/zipitz2.h @@ -59,10 +59,6 @@ * Bootloader Components Configuration */ #define CONFIG_CMD_ENV -#define CONFIG_CMD_MMC -#define CONFIG_CMD_SPI -#define CONFIG_CMD_USB -#define CONFIG_CMD_CACHE /* * MMC Card Configuration @@ -72,8 +68,6 @@ #define CONFIG_GENERIC_MMC #define CONFIG_PXA_MMC_GENERIC #define CONFIG_SYS_MMC_BASE 0xF0000000 -#define CONFIG_CMD_FAT -#define CONFIG_CMD_EXT2 #define CONFIG_DOS_PARTITION #endif @@ -98,11 +92,6 @@ unsigned char zipitz2_spi_read(void); #endif #endif -/* - * HUSH Shell Configuration - */ -#define CONFIG_SYS_HUSH_PARSER 1 - #define CONFIG_SYS_LONGHELP /* undef to save memory */ #define CONFIG_SYS_CBSIZE 256 /* Console I/O Buffer Size */ #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16) /* Print Buffer Size */ |