From: Bin Meng Date: Thu, 8 Oct 2015 03:19:11 +0000 (-0700) Subject: x86: Remove quotation mark in CONFIG_HOSTNAME X-Git-Tag: v2016.01-rc1~298^2~47 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=301dd6b3674b3359d89b7e9bfe2f2d9073903553;p=u-boot x86: Remove quotation mark in CONFIG_HOSTNAME CONFIG_HOSTNAME is an environment varible, so that quotation mark is not needed. Signed-off-by: Bin Meng Acked-by: Simon Glass --- diff --git a/include/configs/x86-common.h b/include/configs/x86-common.h index 3f153f24ae..44765f6441 100644 --- a/include/configs/x86-common.h +++ b/include/configs/x86-common.h @@ -217,7 +217,7 @@ /* Default environment */ #define CONFIG_ROOTPATH "/opt/nfsroot" -#define CONFIG_HOSTNAME "x86" +#define CONFIG_HOSTNAME x86 #define CONFIG_BOOTFILE "bzImage" #define CONFIG_LOADADDR 0x1000000