Prepare v2023.10
[platform/kernel/u-boot.git] / include / configs / M5373EVB.h
index 43c642e..4bb9948 100644 (file)
 
 #define CFG_SYS_UART_PORT              (0)
 
-#define CONFIG_WATCHDOG_TIMEOUT        3360    /* timeout in ms, max is 3.36 sec */
-
 /* 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                "M5373EVB"
-#define CONFIG_EXTRA_ENV_SETTINGS                                      \
+#define CFG_EXTRA_ENV_SETTINGS                                 \
        "netdev=eth0\0"                 \
        "loadaddr=" __stringify(CONFIG_SYS_LOAD_ADDR) "\0"      \
        "u-boot=u-boot.bin\0"   \
@@ -46,7 +36,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
 #define CFG_SYS_CS2_MASK               (16 << 20)
 #define CFG_SYS_CS2_CTRL               0x00001f60
 
+
 #endif                         /* _M5373EVB_H */