projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eef11ac
)
configs: x86: allow to override CONFIG_BOOTCOMMAND
author
Heinrich Schuchardt
<xypron.glpk@gmx.de>
Wed, 3 Jan 2018 15:23:46 +0000
(16:23 +0100)
committer
Bin Meng
<bmeng.cn@gmail.com>
Tue, 30 Jan 2018 06:29:07 +0000
(14:29 +0800)
Allow to override CONFIG_BOOTCOMMAND in .config.
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
include/configs/x86-common.h
patch
|
blob
|
history
diff --git
a/include/configs/x86-common.h
b/include/configs/x86-common.h
index 994214ea48a784ee92855bd0c450916fd7a7d4b7..e8f680f129fb075938c72b3231c3a44bc85380e5 100644
(file)
--- a/
include/configs/x86-common.h
+++ b/
include/configs/x86-common.h
@@
-62,8
+62,10
@@
* Command line configuration.
*/
+#ifndef CONFIG_BOOTCOMMAND
#define CONFIG_BOOTCOMMAND \
"ext2load scsi 0:3 01000000 /boot/vmlinuz; zboot 01000000"
+#endif
#if defined(CONFIG_CMD_KGDB)
#define CONFIG_KGDB_BAUDRATE 115200