diff options
Diffstat (limited to 'include/configs/MPC8349EMDS.h')
| -rw-r--r-- | include/configs/MPC8349EMDS.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/configs/MPC8349EMDS.h b/include/configs/MPC8349EMDS.h index 0fde1b27c..541d2f446 100644 --- a/include/configs/MPC8349EMDS.h +++ b/include/configs/MPC8349EMDS.h @@ -697,7 +697,7 @@  #define CONFIG_HOSTNAME		mpc8349emds  #define CONFIG_ROOTPATH		"/nfsroot/rootfs" -#define CONFIG_BOOTFILE		uImage +#define CONFIG_BOOTFILE		"uImage"  #define CONFIG_LOADADDR		800000	/* default location for tftp and bootm */ |