Convert CONFIG_SYS_MALLOC_LEN to Kconfig
[platform/kernel/u-boot.git] / include / configs / amcore.h
index bc1fc8c..4fd02cd 100644 (file)
                "erase 0xfff00000 0xffffffff; "                 \
                "cp.b 0x20000 0xfff00000 ${filesize}\0"
 
-/* undef to save memory        */
-
-#define CONFIG_SYS_LOAD_ADDR           0x20000 /* default load address */
-
-#define CONFIG_SYS_MEMTEST_START       0x0
-#define CONFIG_SYS_MEMTEST_END         0x1000000
-
 #define CONFIG_SYS_HZ                  1000
 
 #define CONFIG_SYS_CLK                 45000000
@@ -61,7 +54,6 @@
 /* reserve 128-4KB */
 #define CONFIG_SYS_MONITOR_BASE                (CONFIG_SYS_FLASH_BASE + 0x400)
 #define CONFIG_SYS_MONITOR_LEN          ((128 - 4) * 1024)
-#define CONFIG_SYS_MALLOC_LEN          (1 * 1024 * 1024)
 #define CONFIG_SYS_BOOTPARAMS_LEN      (64 * 1024)
 
 #define LDS_BOARD_TEXT \
@@ -78,7 +70,6 @@
  * This is a single unified instruction/data cache.
  * sdram - single region - no masks
  */
-#define CONFIG_SYS_CACHELINE_SIZE      16
 
 #define ICACHE_STATUS                  (CONFIG_SYS_INIT_RAM_ADDR + \
                                         CONFIG_SYS_INIT_RAM_SIZE - 8)