Prepare v2023.10
[platform/kernel/u-boot.git] / include / configs / M53017EVB.h
index 0e9ba4c..dcc5701 100644 (file)
@@ -20,8 +20,6 @@
 
 #define CFG_SYS_UART_PORT              (0)
 
-#define CONFIG_WATCHDOG_TIMEOUT                5000
-
 #ifdef CONFIG_MCFFEC
 #      define CFG_SYS_TX_ETH_BUFFER    8
 #      define CFG_SYS_FEC_BUF_USE_SRAM
 
 /* I2C */
 
-#ifdef CONFIG_MCFFEC
-#      define CONFIG_IPADDR    192.162.1.2
-#      define CONFIG_NETMASK   255.255.255.0
-#      define CONFIG_SERVERIP  192.162.1.1
-#      define CONFIG_GATEWAYIP 192.162.1.1
-#endif                         /* FEC_ENET */
-
-#define CONFIG_HOSTNAME                "M53017"
-#define CONFIG_EXTRA_ENV_SETTINGS              \
+#define CFG_EXTRA_ENV_SETTINGS         \
        "netdev=eth0\0"                         \
        "loadaddr=40010000\0"                   \
        "u-boot=u-boot.bin\0"                   \
@@ -52,7 +42,7 @@
        "save\0"                                \
        ""
 
-#define CONFIG_PRAM            512     /* 512 KB */
+#define CFG_PRAM               512     /* 512 KB */
 
 #define CFG_SYS_CLK            80000000
 #define CFG_SYS_CPU_CLK        CFG_SYS_CLK * 3
@@ -95,7 +85,6 @@
  * FLASH organization
  */
 #ifdef CONFIG_SYS_FLASH_CFI
-#      define CONFIG_FLASH_SPANSION_S29WS_N    1
 #      define CFG_SYS_FLASH_SIZE               0x1000000       /* Max size that the board might have */
 #endif
 
 #define CFG_SYS_CS1_MASK               0x00070001
 #define CFG_SYS_CS1_CTRL               0x00001FA0
 
+
 #endif                         /* _M53017EVB_H */