diff options
Diffstat (limited to 'include/configs/gr_cpci_ax2000.h')
-rw-r--r-- | include/configs/gr_cpci_ax2000.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/gr_cpci_ax2000.h b/include/configs/gr_cpci_ax2000.h index 0ec4af6aa4..e837f40132 100644 --- a/include/configs/gr_cpci_ax2000.h +++ b/include/configs/gr_cpci_ax2000.h @@ -137,7 +137,7 @@ #define CONFIG_IPADDR 192.168.0.206 #define CONFIG_ROOTPATH "/export/rootfs" #define CONFIG_HOSTNAME ax2000 -#define CONFIG_BOOTFILE /uImage +#define CONFIG_BOOTFILE "/uImage" #define CONFIG_BOOTCOMMAND "run flash_self" |