projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59ec719
)
x86: Remove quotation mark in CONFIG_HOSTNAME
author
Bin Meng
<bmeng.cn@gmail.com>
Thu, 8 Oct 2015 03:19:11 +0000
(20:19 -0700)
committer
Simon Glass
<sjg@chromium.org>
Wed, 21 Oct 2015 13:46:25 +0000
(07:46 -0600)
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>
include/configs/x86-common.h
patch
|
blob
|
history
diff --git
a/include/configs/x86-common.h
b/include/configs/x86-common.h
index
3f153f2
..
44765f6
100644
(file)
--- 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