diff options
Diffstat (limited to 'include/configs/NETVIA.h')
| -rw-r--r-- | include/configs/NETVIA.h | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/include/configs/NETVIA.h b/include/configs/NETVIA.h index af5339ee0..1293fb0e2 100644 --- a/include/configs/NETVIA.h +++ b/include/configs/NETVIA.h @@ -63,9 +63,9 @@  #undef	CONFIG_BOOTARGS  #define CONFIG_BOOTCOMMAND							\ -	"tftpboot; " 								\ -	"setenv bootargs root=/dev/nfs rw nfsroot=${serverip}:${rootpath} " 	\ -	"ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}:${hostname}::off; " 	\ +	"tftpboot; "								\ +	"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	*/ @@ -411,7 +411,7 @@  #define ADDR_COLUMN		1  #define ADDR_PAGE		2  #define ADDR_COLUMN_PAGE	3 -#define NAND_ChipID_UNKNOWN 	0x00 +#define NAND_ChipID_UNKNOWN	0x00  #define NAND_MAX_FLOORS		1  #define NAND_MAX_CHIPS		1 |