diff options
Diffstat (limited to 'include/configs/grsim_leon2.h')
| -rw-r--r-- | include/configs/grsim_leon2.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/configs/grsim_leon2.h b/include/configs/grsim_leon2.h index 94b270e08..88d2aad95 100644 --- a/include/configs/grsim_leon2.h +++ b/include/configs/grsim_leon2.h @@ -120,7 +120,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" |