diff options
Diffstat (limited to 'include/configs/MPC837XERDB.h')
| -rw-r--r-- | include/configs/MPC837XERDB.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/configs/MPC837XERDB.h b/include/configs/MPC837XERDB.h index 0163c6a0f..a26a5bbe7 100644 --- a/include/configs/MPC837XERDB.h +++ b/include/configs/MPC837XERDB.h @@ -644,7 +644,7 @@  #define CONFIG_HOSTNAME		mpc837x_rdb  #define CONFIG_ROOTPATH		"/nfsroot"  #define CONFIG_RAMDISKFILE	rootfs.ext2.gz.uboot -#define CONFIG_BOOTFILE		uImage +#define CONFIG_BOOTFILE		"uImage"  #define CONFIG_UBOOTPATH	u-boot.bin	/* U-Boot image on TFTP server */  #define CONFIG_FDTFILE		mpc8379_rdb.dtb |