diff options
Diffstat (limited to 'include/configs/M5253DEMO.h')
| -rw-r--r-- | include/configs/M5253DEMO.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/configs/M5253DEMO.h b/include/configs/M5253DEMO.h index bc156df20d5..a6349fc0861 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"			\ | 
