diff options
Diffstat (limited to 'include/configs/stxssa.h')
-rw-r--r-- | include/configs/stxssa.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/stxssa.h b/include/configs/stxssa.h index 18a673e7744..08316b6bf15 100644 --- a/include/configs/stxssa.h +++ b/include/configs/stxssa.h @@ -427,7 +427,7 @@ #define CONFIG_NETMASK 255.255.255.0 #define CONFIG_HOSTNAME STX_SSA #define CONFIG_ROOTPATH "/gppproot" -#define CONFIG_BOOTFILE uImage +#define CONFIG_BOOTFILE "uImage" #define CONFIG_LOADADDR 0x1000000 #else /* ENV IS IN FLASH -- use a full-blown envionment */ |