diff options
Diffstat (limited to 'include/configs/inka4x0.h')
| -rw-r--r-- | include/configs/inka4x0.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/configs/inka4x0.h b/include/configs/inka4x0.h index 0d9dbefda..2b0b61697 100644 --- a/include/configs/inka4x0.h +++ b/include/configs/inka4x0.h @@ -134,7 +134,7 @@  #define	CONFIG_SERVERIP		192.168.100.1  #define	CONFIG_NETMASK		255.255.255.0  #define HOSTNAME		inka4x0 -#define CONFIG_BOOTFILE		/tftpboot/inka4x0/uImage +#define CONFIG_BOOTFILE		"/tftpboot/inka4x0/uImage"  #define	CONFIG_ROOTPATH		"/opt/eldk/ppc_6xx"  #define CONFIG_EXTRA_ENV_SETTINGS					\ |