diff options
Diffstat (limited to 'include/configs/M5235EVB.h')
-rw-r--r-- | include/configs/M5235EVB.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/M5235EVB.h b/include/configs/M5235EVB.h index d221f718f0..e507ad92bf 100644 --- a/include/configs/M5235EVB.h +++ b/include/configs/M5235EVB.h @@ -76,7 +76,7 @@ # define CONFIG_GATEWAYIP 192.162.1.1 #endif /* FEC_ENET */ -#define CONFIG_HOSTNAME M5235EVB +#define CONFIG_HOSTNAME "M5235EVB" #define CONFIG_EXTRA_ENV_SETTINGS \ "netdev=eth0\0" \ "loadaddr=10000\0" \ |