diff options
Diffstat (limited to 'include/configs/P1010RDB.h')
| -rw-r--r-- | include/configs/P1010RDB.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/configs/P1010RDB.h b/include/configs/P1010RDB.h index 27d30c91b..af4609f84 100644 --- a/include/configs/P1010RDB.h +++ b/include/configs/P1010RDB.h @@ -720,7 +720,7 @@ extern unsigned long get_sdram_size(void);  #define CONFIG_HOSTNAME		P1010RDB  #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 */ |