diff options
Diffstat (limited to 'include/configs/p1_p2_rdb_pc.h')
| -rw-r--r-- | include/configs/p1_p2_rdb_pc.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/configs/p1_p2_rdb_pc.h b/include/configs/p1_p2_rdb_pc.h index c51cbffa5..bcfb03484 100644 --- a/include/configs/p1_p2_rdb_pc.h +++ b/include/configs/p1_p2_rdb_pc.h @@ -842,7 +842,7 @@   */  #define CONFIG_HOSTNAME		unknown  #define CONFIG_ROOTPATH		"/opt/nfsroot" -#define CONFIG_BOOTFILE		uImage +#define CONFIG_BOOTFILE		"uImage"  #define CONFIG_UBOOTPATH	u-boot.bin /* U-Boot image on TFTP server */  /* default location for tftp and bootm */ |