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 11d564a..f1d30ba 100644 --- a/include/configs/SBC8540.h +++ b/include/configs/SBC8540.h @@ -426,6 +426,6 @@ #define CONFIG_NETMASK 255.255.255.0 #define CONFIG_HOSTNAME SBC8560 #define CONFIG_ROOTPATH "YourRootPath" -#define CONFIG_BOOTFILE YourImageName +#define CONFIG_BOOTFILE "YourImageName" #endif /* __CONFIG_H */ |