summaryrefslogtreecommitdiffstats
path: root/include/configs/x86-common.h
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2015-10-07 20:19:11 -0700
committerSimon Glass <sjg@chromium.org>2015-10-21 07:46:25 -0600
commit301dd6b3674b3359d89b7e9bfe2f2d9073903553 (patch)
treed657f025c221839b11bf3083e259c9f3c4fb3f6e /include/configs/x86-common.h
parent59ec719df62bcb397066aeee66fdbd8f042ca3c7 (diff)
downloadtalos-obmc-uboot-301dd6b3674b3359d89b7e9bfe2f2d9073903553.tar.gz
talos-obmc-uboot-301dd6b3674b3359d89b7e9bfe2f2d9073903553.zip
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 <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/x86-common.h')
-rw-r--r--include/configs/x86-common.h2
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud