summaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2018-01-30 10:09:01 -0500
committerTom Rini <trini@konsulko.com>2018-01-30 10:09:01 -0500
commitf1554b28d31250df5418254e79e0bf75ff3b2e54 (patch)
treeda4d313fa10648a052f132df1432a860b9cffd18 /include/configs
parenteef11acebaa48e241e9187c717dc92d3e175c119 (diff)
parente21b04fec465c84a51ca6fc6450263e0c0953fcb (diff)
Merge git://git.denx.de/u-boot-x86
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/x86-common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/x86-common.h b/include/configs/x86-common.h
index 994214ea48..e8f680f129 100644
--- 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