Finish converting CONFIG_WATCHDOG, HW_WATCHDOG and WDT to Kconfig
[platform/kernel/u-boot.git] / include / configs / cobra5272.h
index fe23c23..3e19e99 100644 (file)
@@ -43,7 +43,6 @@
  * ---
  */
 
-#define CONFIG_MCFUART
 #define CONFIG_SYS_UART_PORT           (0)
 
 /* ---
@@ -55,7 +54,6 @@
  */
 
 #if 0
-#define CONFIG_WATCHDOG
 #define CONFIG_WATCHDOG_TIMEOUT 10000  /* timeout in milliseconds */
 #endif
 
  */
 #define CONFIG_BOOTP_BOOTFILESIZE
 
-/*
- * Command line configuration.
- */
-
 #ifdef CONFIG_MCFFEC
 #      define CONFIG_MII_INIT          1
 #      define CONFIG_SYS_DISCOVER_PHY
@@ -129,7 +123,6 @@ u-boot: 'set' command */
 
 #if 0
 
-#define CONFIG_BOOTCOMMAND     "bootm 0xffe80000"      /*Autoboto command, please
 enter a valid image address in flash */
 
 /* User network settings */
@@ -139,9 +132,6 @@ enter a valid image address in flash */
 
 #endif
 
-#define CONFIG_SYS_LOAD_ADDR           0x20000         /*Defines default RAM address
-from which user programs will be started */
-
 /*---*/
 
 /*
@@ -221,7 +211,6 @@ from which user programs will be started */
 #endif
 
 #define CONFIG_SYS_MONITOR_LEN         0x20000
-#define CONFIG_SYS_MALLOC_LEN          (256 << 10)
 #define CONFIG_SYS_BOOTPARAMS_LEN      64*1024
 
 /*
@@ -241,7 +230,6 @@ from which user programs will be started */
 /*-----------------------------------------------------------------------
  * Cache Configuration
  */
-#define CONFIG_SYS_CACHELINE_SIZE      16
 
 #define ICACHE_STATUS                  (CONFIG_SYS_INIT_RAM_ADDR + \
                                         CONFIG_SYS_INIT_RAM_SIZE - 8)
@@ -257,36 +245,6 @@ from which user programs will be started */
                                         CF_CACR_EUSP)
 
 /*-----------------------------------------------------------------------
- * Memory bank definitions
- *
- * Please refer also to Motorola Coldfire user manual - Chapter XXX
- * <http://e-www.motorola.com/files/dsp/doc/ref_manual/MCF5272UM.pdf>
- */
-#define CONFIG_SYS_BR0_PRELIM          0xFFE00201
-#define CONFIG_SYS_OR0_PRELIM          0xFFE00014
-
-#define CONFIG_SYS_BR1_PRELIM          0
-#define CONFIG_SYS_OR1_PRELIM          0
-
-#define CONFIG_SYS_BR2_PRELIM          0
-#define CONFIG_SYS_OR2_PRELIM          0
-
-#define CONFIG_SYS_BR3_PRELIM          0
-#define CONFIG_SYS_OR3_PRELIM          0
-
-#define CONFIG_SYS_BR4_PRELIM          0
-#define CONFIG_SYS_OR4_PRELIM          0
-
-#define CONFIG_SYS_BR5_PRELIM          0
-#define CONFIG_SYS_OR5_PRELIM          0
-
-#define CONFIG_SYS_BR6_PRELIM          0
-#define CONFIG_SYS_OR6_PRELIM          0
-
-#define CONFIG_SYS_BR7_PRELIM          0x00000701
-#define CONFIG_SYS_OR7_PRELIM          0xFF00007C
-
-/*-----------------------------------------------------------------------
  * LED config
  */
 #define        LED_STAT_0      0xffff /*all LEDs off*/