diff options
Diffstat (limited to 'include/configs/MPC8569MDS.h')
| -rw-r--r-- | include/configs/MPC8569MDS.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/configs/MPC8569MDS.h b/include/configs/MPC8569MDS.h index cfaf47fb0..19d32718f 100644 --- a/include/configs/MPC8569MDS.h +++ b/include/configs/MPC8569MDS.h @@ -592,7 +592,7 @@ extern unsigned long get_clock_freq(void);   */  #define CONFIG_HOSTNAME mpc8569mds  #define CONFIG_ROOTPATH  "/nfsroot" -#define CONFIG_BOOTFILE  your.uImage +#define CONFIG_BOOTFILE  "your.uImage"  #define CONFIG_SERVERIP  192.168.1.1  #define CONFIG_GATEWAYIP 192.168.1.1 |