diff options
Diffstat (limited to 'include/configs/NETVIA.h')
| -rw-r--r-- | include/configs/NETVIA.h | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/include/configs/NETVIA.h b/include/configs/NETVIA.h index 8f93a49c0..dc6b15fcd 100644 --- a/include/configs/NETVIA.h +++ b/include/configs/NETVIA.h @@ -64,8 +64,8 @@  #undef	CONFIG_BOOTARGS  #define CONFIG_BOOTCOMMAND							\  	"tftpboot; " 								\ -	"setenv bootargs root=/dev/nfs rw nfsroot=$(serverip):$(rootpath) " 	\ -	"ip=$(ipaddr):$(serverip):$(gatewayip):$(netmask):$(hostname)::off; " 	\ +	"setenv bootargs root=/dev/nfs rw nfsroot=${serverip}:${rootpath} " 	\ +	"ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}:${hostname}::off; " 	\  	"bootm"  #define CONFIG_LOADS_ECHO	0	/* echo off for serial download	*/ |