summaryrefslogtreecommitdiff
path: root/include/configs/mx35_3stack.h
diff options
context:
space:
mode:
authorTerry Lv <r65388@freescale.com>2009-08-17 15:20:54 +0800
committerFred Fan <r01011@freescale.com>2009-09-10 17:08:10 +0800
commit935e15094d78db20b01d5026aaa3dacef541e338 (patch)
tree9c06cb5489b2f39976bbbba367c8a7ccf6d73393 /include/configs/mx35_3stack.h
parenta12d700c34d0b83caa3adebc76957408b795cdca (diff)
downloadu-boot-imx-935e15094d78db20b01d5026aaa3dacef541e338.zip
u-boot-imx-935e15094d78db20b01d5026aaa3dacef541e338.tar.gz
u-boot-imx-935e15094d78db20b01d5026aaa3dacef541e338.tar.bz2
ENGR00115046: Add new MMC config option for mx35.
Add new MMC config option for mx35. Signed-off-by: Terry Lv <r65388@freescale.com>
Diffstat (limited to 'include/configs/mx35_3stack.h')
-rw-r--r--include/configs/mx35_3stack.h27
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