Merge tag 'u-boot-amlogic-20230417' of https://source.denx.de/u-boot/custodians/u...
[platform/kernel/u-boot.git] / include / configs / M5272C3.h
index c58d19c..98a1718 100644 (file)
@@ -19,8 +19,6 @@
 
 #define CFG_SYS_UART_PORT              (0)
 
-#undef CONFIG_MONITOR_IS_IN_RAM        /* define if monitor is started from a pre-loader */
-
 /* Configuration for environment
  * Environment is embedded in u-boot in the second sector of the flash
  */
@@ -29,7 +27,7 @@
        . = DEFINED(env_offset) ? env_offset : .; \
        env/embedded.o(.text);
 
-#define CONFIG_EXTRA_ENV_SETTINGS              \
+#define CFG_EXTRA_ENV_SETTINGS         \
        "netdev=eth0\0"                         \
        "loadaddr=10000\0"                      \
        "u-boot=u-boot.bin\0"                   \
 #define CFG_SYS_PBDDR          0x0000
 #define CFG_SYS_PBDAT          0x0000
 #define CFG_SYS_PDCNT          0x00000000
+
+
 #endif                         /* _M5272C3_H */