diff options
Diffstat (limited to 'include/configs/devkit3250.h')
-rw-r--r-- | include/configs/devkit3250.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/devkit3250.h b/include/configs/devkit3250.h index 4c0229e4cc..f1f2be0797 100644 --- a/include/configs/devkit3250.h +++ b/include/configs/devkit3250.h @@ -24,8 +24,6 @@ #define CONFIG_SYS_MALLOC_LEN SZ_1M #define CONFIG_SYS_SDRAM_BASE EMC_DYCS0_BASE #define CONFIG_SYS_SDRAM_SIZE SZ_64M -#define CONFIG_SYS_MEMTEST_START (CONFIG_SYS_SDRAM_BASE + SZ_32K) -#define CONFIG_SYS_MEMTEST_END (CONFIG_SYS_TEXT_BASE - SZ_1M) #define CONFIG_SYS_LOAD_ADDR (CONFIG_SYS_SDRAM_BASE + SZ_32K) |