Prepare v2023.10
[platform/kernel/u-boot.git] / include / configs / M5253DEMO.h
index 7e37c6d..0ff0bfc 100644 (file)
        env/embedded.o(.text*);
 
 #ifdef CONFIG_DRIVER_DM9000
-#      define CONFIG_DM9000_BASE       (CFG_SYS_CS1_BASE | 0x300)
-#      define DM9000_IO                CONFIG_DM9000_BASE
-#      define DM9000_DATA              (CONFIG_DM9000_BASE + 4)
-#      undef CONFIG_DM9000_DEBUG
-#      define CONFIG_DM9000_BYTE_SWAPPED
-
-#      define CONFIG_OVERWRITE_ETHADDR_ONCE
-
-#      define CONFIG_EXTRA_ENV_SETTINGS                \
+#      define CFG_EXTRA_ENV_SETTINGS           \
                "netdev=eth0\0"                         \
                "inpclk=" __stringify(CONFIG_SYS_INPUT_CLKSRC) "\0"     \
                "loadaddr=10000\0"                      \
@@ -42,8 +34,6 @@
                ""
 #endif
 
-#define CONFIG_HOSTNAME                "M5253DEMO"
-
 /* I2C */
 #define CFG_SYS_I2C_PINMUX_REG (*(u32 *) (CFG_SYS_MBAR+0x19C))
 #define CFG_SYS_I2C_PINMUX_CLR (0xFFFFE7FF)
 #define CFG_SYS_GPIO1_OUT              0x00c70000      /* Set outputs to default state */
 #define CFG_SYS_GPIO1_LED              0x00400000      /* user led */
 
+
 #endif                         /* _M5253DEMO_H */