summaryrefslogtreecommitdiff
path: root/configs/warp_defconfig
diff options
context:
space:
mode:
Diffstat (limited to 'configs/warp_defconfig')
-rw-r--r--configs/warp_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/warp_defconfig b/configs/warp_defconfig
index 9cf099c6c8..a3bc5b6852 100644
--- a/configs/warp_defconfig
+++ b/configs/warp_defconfig
@@ -12,6 +12,8 @@ CONFIG_SYS_I2C_MXC_I2C2=y
# CONFIG_CMD_BMODE is not set
CONFIG_SUPPORT_RAW_INITRD=y
CONFIG_BOOTDELAY=3
+CONFIG_USE_BOOTCOMMAND=y
+CONFIG_BOOTCOMMAND="mmc dev ${mmcdev};mmc dev ${mmcdev}; if mmc rescan; then if run loadbootscript; then run bootscript; else if run loadimage; then run mmcboot; else run netboot; fi; fi; else run netboot; fi"
CONFIG_BOARD_EARLY_INIT_F=y
CONFIG_HUSH_PARSER=y
CONFIG_CMD_BOOTZ=y