diff options
Diffstat (limited to 'include/configs/P2041RDB.h')
-rw-r--r-- | include/configs/P2041RDB.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/P2041RDB.h b/include/configs/P2041RDB.h index 5c90299..6d45bb1 100644 --- a/include/configs/P2041RDB.h +++ b/include/configs/P2041RDB.h @@ -572,7 +572,7 @@ unsigned long get_board_sys_clk(unsigned long dummy); * Environment Configuration */ #define CONFIG_ROOTPATH "/opt/nfsroot" -#define CONFIG_BOOTFILE uImage +#define CONFIG_BOOTFILE "uImage" #define CONFIG_UBOOTPATH u-boot.bin /* default location for tftp and bootm */ |