X-Git-Url: http://review.tizen.org/git/?p=platform%2Fkernel%2Fu-boot.git;a=blobdiff_plain;f=include%2Fconfigs%2FM5253DEMO.h;h=3a1cbcae93604772c315d527cfeffeeed79cfff2;hp=bc156df20d514e5fc41eec3d0b980ea58bb07a8b;hb=HEAD;hpb=0a69d6afcab9b2fa364cd78aa67340185c5f75a0 diff --git a/include/configs/M5253DEMO.h b/include/configs/M5253DEMO.h index bc156df..0ff0bfc 100644 --- a/include/configs/M5253DEMO.h +++ b/include/configs/M5253DEMO.h @@ -20,7 +20,7 @@ env/embedded.o(.text*); #ifdef CONFIG_DRIVER_DM9000 -# define CONFIG_EXTRA_ENV_SETTINGS \ +# define CFG_EXTRA_ENV_SETTINGS \ "netdev=eth0\0" \ "inpclk=" __stringify(CONFIG_SYS_INPUT_CLKSRC) "\0" \ "loadaddr=10000\0" \ @@ -132,4 +132,5 @@ #define CFG_SYS_GPIO1_OUT 0x00c70000 /* Set outputs to default state */ #define CFG_SYS_GPIO1_LED 0x00400000 /* user led */ + #endif /* _M5253DEMO_H */