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