diff options
Diffstat (limited to 'include/configs/mecp5123.h')
-rw-r--r-- | include/configs/mecp5123.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/mecp5123.h b/include/configs/mecp5123.h index 19ef2544a0..c0bed27727 100644 --- a/include/configs/mecp5123.h +++ b/include/configs/mecp5123.h @@ -373,7 +373,7 @@ #define CONFIG_HOSTNAME mecp512x #define CONFIG_BOOTFILE /tftpboot/mecp512x/uImage -#define CONFIG_ROOTPATH /tftpboot/mecp512x/target_root +#define CONFIG_ROOTPATH "/tftpboot/mecp512x/target_root" #define CONFIG_LOADADDR 400000 /* def. location for tftp and bootm */ |