Prepare v2023.10
[platform/kernel/u-boot.git] / include / configs / M5208EVBE.h
index b360238..d4c1e06 100644 (file)
 
 /* 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                         /* CONFIG_MCFFEC */
-
-#define CONFIG_HOSTNAME                "M5208EVBe"
-#define CONFIG_EXTRA_ENV_SETTINGS              \
+#define CFG_EXTRA_ENV_SETTINGS         \
        "netdev=eth0\0"                         \
        "loadaddr=40010000\0"                   \
        "u-boot=u-boot.bin\0"                   \
@@ -37,7 +29,7 @@
        "save\0"                                \
        ""
 
-#define CONFIG_PRAM            512     /* 512 KB */
+#define CFG_PRAM               512     /* 512 KB */
 
 #define CFG_SYS_CLK            166666666       /* CPU Core Clock */
 #define CFG_SYS_PLL_ODR        0x36
 #define CFG_SYS_CS0_MASK               0x007F0001
 #define CFG_SYS_CS0_CTRL               0x00001FA0
 
+
 #endif                         /* _M5208EVBE_H */