Convert CONFIG_MCFUART to Kconfig
[platform/kernel/u-boot.git] / include / configs / astro_mcf5373l.h
index 65c7d03..36e351f 100644 (file)
@@ -81,7 +81,6 @@
  * in u-boot command interface
  */
 
-#define CONFIG_MCFUART
 #define CONFIG_SYS_UART_PORT           (2)
 #define CONFIG_SYS_UART2_ALT3_GPIO
 
 #endif
 #endif
 
-/* default RAM address for user programs */
-#define CONFIG_SYS_LOAD_ADDR   0x20000
-
 #define CONFIG_FPGA_COUNT      1
 #define CONFIG_SYS_FPGA_PROG_FEEDBACK
 #define CONFIG_SYS_FPGA_WAIT           1000
 #define CONFIG_SYS_MONITOR_LEN         (256 << 10)
 
 #define CONFIG_SYS_BOOTPARAMS_LEN      (64 * 1024)
-/* Reserve 128 kB for malloc() */
-#define CONFIG_SYS_MALLOC_LEN          (128 << 10)
 
 /*
  * For booting Linux, the board info and command line data
 #endif
 
 /* Cache Configuration */
-#define CONFIG_SYS_CACHELINE_SIZE      16
 
 #define ICACHE_STATUS                  (CONFIG_SYS_INIT_RAM_ADDR + \
                                         CONFIG_SYS_INIT_RAM_SIZE - 8)