diff options
Diffstat (limited to 'include/configs/gr_ep2s60.h')
| -rw-r--r-- | include/configs/gr_ep2s60.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/gr_ep2s60.h b/include/configs/gr_ep2s60.h index 643efc4f1..9c5f4dfe5 100644 --- a/include/configs/gr_ep2s60.h +++ b/include/configs/gr_ep2s60.h @@ -123,7 +123,7 @@  #define CONFIG_GATEWAYIP 192.168.0.1  #define CONFIG_SERVERIP 192.168.0.20  #define CONFIG_IPADDR 192.168.0.207 -#define CONFIG_ROOTPATH /export/rootfs +#define CONFIG_ROOTPATH "/export/rootfs"  #define CONFIG_HOSTNAME  ml401  #define CONFIG_BOOTFILE  /uImage  |