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