aboutsummaryrefslogtreecommitdiff
path: root/configs/warp7_bl33_defconfig
diff options
context:
space:
mode:
authorFabio Estevam2022-04-12 07:38:59 -0300
committerStefano Babic2022-04-13 09:37:42 +0200
commit20bd57e90e8a96e9bd5c5cdcc4b012013101dc8f (patch)
tree47c6fc765ae09ffb872ef4652b7e0342a5e30ff2 /configs/warp7_bl33_defconfig
parentcb61b2fb2b94c3ae76e5b5f2083a780c17aa3b57 (diff)
warp7: Remove duplicated "mmc dev" command
The "mmc dev ${mmcdev}" command is done twice. Remove one ocurrence to avoid the duplication. Signed-off-by: Fabio Estevam <festevam@denx.de>
Diffstat (limited to 'configs/warp7_bl33_defconfig')
-rw-r--r--configs/warp7_bl33_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/warp7_bl33_defconfig b/configs/warp7_bl33_defconfig
index 3f91211ba3f..100f1c93627 100644
--- a/configs/warp7_bl33_defconfig
+++ b/configs/warp7_bl33_defconfig
@@ -16,7 +16,7 @@ CONFIG_FIT=y
CONFIG_FIT_SIGNATURE=y
CONFIG_FIT_VERBOSE=y
CONFIG_USE_BOOTCOMMAND=y
-CONFIG_BOOTCOMMAND="mmc dev ${mmcdev};mmc dev ${mmcdev}; if mmc rescan; then run do_bootscript_hab;if run loadbootscript; then run bootscript; else if run loadimage; then run mmcboot; fi; fi; fi"
+CONFIG_BOOTCOMMAND="mmc dev ${mmcdev}; if mmc rescan; then run do_bootscript_hab;if run loadbootscript; then run bootscript; else if run loadimage; then run mmcboot; fi; fi; fi"
# CONFIG_BOARD_EARLY_INIT_F is not set
CONFIG_HUSH_PARSER=y
CONFIG_CMD_BOOTZ=y