cmd: mem: Remove CONFIG_SYS_MEMTEST_SCRATCH mapping
[platform/kernel/u-boot.git] / include / configs / el6x_common.h
index fe28154..bd42ad2 100644 (file)
@@ -76,7 +76,6 @@
 
 #define CONFIG_SYS_MEMTEST_START       0x10000000
 #define CONFIG_SYS_MEMTEST_END         0x10800000
-#define CONFIG_SYS_MEMTEST_SCRATCH     0x10800000
 
 /* Physical Memory Map */
 #define PHYS_SDRAM                     MMDC0_ARB_BASE_ADDR
 
 /* environment organization */
 
-#define CONFIG_ENV_SIZE                        (8 * 1024)
-
 #if defined(CONFIG_ENV_IS_IN_MMC)
 #define CONFIG_SYS_MMC_ENV_DEV         1
 #define CONFIG_SYS_MMC_ENV_PART                2
-#define CONFIG_ENV_OFFSET              0x0
 #endif
 
 #endif                         /* __EL6Q_COMMON_CONFIG_H */