diff options
Diffstat (limited to 'include/configs/SBC8540.h')
| -rw-r--r-- | include/configs/SBC8540.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/configs/SBC8540.h b/include/configs/SBC8540.h index 434b96b1d..11d564a5e 100644 --- a/include/configs/SBC8540.h +++ b/include/configs/SBC8540.h @@ -425,7 +425,7 @@  #define CONFIG_GATEWAYIP	YourGatewayIP  #define CONFIG_NETMASK		255.255.255.0  #define CONFIG_HOSTNAME		SBC8560 -#define CONFIG_ROOTPATH		YourRootPath +#define CONFIG_ROOTPATH		"YourRootPath"  #define CONFIG_BOOTFILE		YourImageName  #endif	/* __CONFIG_H */ |