diff options
Diffstat (limited to 'include/configs/mx35_3stack.h')
-rw-r--r-- | include/configs/mx35_3stack.h | 27 |
1 files changed, 1 insertions, 26 deletions
diff --git a/include/configs/mx35_3stack.h b/include/configs/mx35_3stack.h index 796fb03..9939964 100644 --- a/include/configs/mx35_3stack.h +++ b/include/configs/mx35_3stack.h @@ -178,26 +178,6 @@ #define PHYS_SDRAM_1 CSD0_BASE_ADDR #define PHYS_SDRAM_1_SIZE (128 * 1024 * 1024) -/* - * MMC Configs - * */ -/* -#define CONFIG_FSL_MMC 1 - -#define CONFIG_MMC 1 -#define CONFIG_CMD_MMC - -#if defined(CONFIG_FSL_MMC) - #define CONFIG_FLASH_HEADER 1 - #define CONFIG_FLASH_HEADER_OFFSET 0x400 - #define CONFIG_FLASH_HEADER_BARKER 0xB1 -#endif - -#define CONFIG_DOS_PARTITION 1 -#define CONFIG_CMD_FAT 1 -#define CONFIG_MMC_BASE 0x0 -*/ - /*----------------------------------------------------------------------- * FLASH and environment organization */ @@ -223,9 +203,7 @@ */ #define CONFIG_ENV_ADDR (CONFIG_SYS_MONITOR_BASE + CONFIG_ENV_SECT_SIZE) -#if defined(CONFIG_FSL_MMC) - #define CONFIG_FSL_ENV_IN_MMC -#elif defined(CONFIG_CMD_NAND) +#if defined(CONFIG_CMD_NAND) #define CONFIG_FSL_ENV_IN_NAND #else #define CONFIG_ENV_IS_IN_FLASH 1 @@ -234,9 +212,6 @@ #if defined(CONFIG_FSL_ENV_IN_NAND) #define CONFIG_ENV_IS_IN_NAND 1 #define CONFIG_ENV_OFFSET 0x100000 -#elif defined(CONFIG_FSL_ENV_IN_MMC) - #define CONFIG_ENV_IS_IN_MMC 1 - #define CONFIG_ENV_OFFSET (1024 * 1024) #elif defined(CONFIG_FSL_ENV_IS_IN_FLASH) #define CONFIG_ENV_IS_IN_FLASH 1 #endif |