X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2FM5272C3.h;h=98a17181a41efead383c8d91b461b166c6ea9e56;hb=35d48ea8c0543775bc9218e412553fd306b37de3;hp=c58d19c810f4e0d68ebfc83873ce0bd895db9dc6;hpb=54f80dd2908af0b851816cf062edf2d454948397;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/M5272C3.h b/include/configs/M5272C3.h index c58d19c..98a1718 100644 --- a/include/configs/M5272C3.h +++ b/include/configs/M5272C3.h @@ -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" \ @@ -108,4 +106,6 @@ #define CFG_SYS_PBDDR 0x0000 #define CFG_SYS_PBDAT 0x0000 #define CFG_SYS_PDCNT 0x00000000 + + #endif /* _M5272C3_H */