diff options
Diffstat (limited to 'include/configs/grsim.h')
| -rw-r--r-- | include/configs/grsim.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/configs/grsim.h b/include/configs/grsim.h index df2b50019..c14749b7e 100644 --- a/include/configs/grsim.h +++ b/include/configs/grsim.h @@ -123,7 +123,7 @@  #define CONFIG_IPADDR 192.168.0.80  #define CONFIG_ROOTPATH "/export/rootfs"  #define CONFIG_HOSTNAME  grxc3s1500 -#define CONFIG_BOOTFILE  /uImage +#define CONFIG_BOOTFILE "/uImage"  #define CONFIG_BOOTCOMMAND	"run flash_self" |