diff options
Diffstat (limited to 'include/configs/stxgp3.h')
| -rw-r--r-- | include/configs/stxgp3.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/configs/stxgp3.h b/include/configs/stxgp3.h index 6f611be90..8e46c52a5 100644 --- a/include/configs/stxgp3.h +++ b/include/configs/stxgp3.h @@ -377,7 +377,7 @@  #define CONFIG_GATEWAYIP	192.168.85.1  #define CONFIG_NETMASK		255.255.255.0  #define CONFIG_HOSTNAME		STX_GP3 -#define CONFIG_ROOTPATH		/gppproot +#define CONFIG_ROOTPATH		"/gppproot"  #define CONFIG_BOOTFILE		uImage  #define CONFIG_LOADADDR		0x1000000 |