]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
configs: x86: allow to override CONFIG_BOOTCOMMAND
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Wed, 3 Jan 2018 15:23:46 +0000 (16:23 +0100)
committerBin 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

index 994214ea48a784ee92855bd0c450916fd7a7d4b7..e8f680f129fb075938c72b3231c3a44bc85380e5 100644 (file)
  * 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