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 30584fe71..fe1cca50e 100644 --- a/include/configs/M5253DEMO.h +++ b/include/configs/M5253DEMO.h @@ -99,7 +99,7 @@  #	define CONFIG_EXTRA_ENV_SETTINGS		\  		"netdev=eth0\0"				\ -		"inpclk=" MK_STR(CONFIG_SYS_INPUT_CLKSRC) "\0"	\ +		"inpclk=" __stringify(CONFIG_SYS_INPUT_CLKSRC) "\0"	\  		"loadaddr=10000\0"			\  		"u-boot=u-boot.bin\0"			\  		"load=tftp ${loadaddr) ${u-boot}\0"	\ |