diff options
Diffstat (limited to 'include/configs/sbc8548.h')
| -rw-r--r-- | include/configs/sbc8548.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/configs/sbc8548.h b/include/configs/sbc8548.h index 171058cf2..163ead938 100644 --- a/include/configs/sbc8548.h +++ b/include/configs/sbc8548.h @@ -527,7 +527,7 @@  #define CONFIG_IPADDR	 192.168.0.55  #define CONFIG_HOSTNAME	 sbc8548 -#define CONFIG_ROOTPATH	 /opt/eldk/ppc_85xx +#define CONFIG_ROOTPATH	 "/opt/eldk/ppc_85xx"  #define CONFIG_BOOTFILE	 /uImage  #define CONFIG_UBOOTPATH /u-boot.bin	/* TFTP server */ |