From: Fabio Estevam <festevam@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 2/2] warp7: Remove duplicate "mmc dev" command
Date: Wed, 23 Oct 2019 11:20:31 -0300 [thread overview]
Message-ID: <20191023142031.32321-2-festevam@gmail.com> (raw)
In-Reply-To: <20191023142031.32321-1-festevam@gmail.com>
The "mmc dev" command is being called twice.
Remove the extra call.
Signed-off-by: Fabio Estevam <festevam@gmail.com>
---
include/configs/warp7.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/include/configs/warp7.h b/include/configs/warp7.h
index 9c6ee6997f..f1fc6c714f 100644
--- a/include/configs/warp7.h
+++ b/include/configs/warp7.h
@@ -94,7 +94,6 @@
"fi;\0" \
#define CONFIG_BOOTCOMMAND \
- "mmc dev ${mmcdev};" \
"mmc dev ${mmcdev}; if mmc rescan; then " \
"run do_bootscript_hab;" \
"if run loadbootscript; then " \
--
2.17.1
next prev parent reply other threads:[~2019-10-23 14:20 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-10-23 14:20 [U-Boot] [PATCH 1/2] warp7: Remove CONFIG_SYS_FSL_ESDHC_ADDR Fabio Estevam
2019-10-23 14:20 ` Fabio Estevam [this message]
2019-10-23 15:55 ` [U-Boot] [PATCH 2/2] warp7: Remove duplicate "mmc dev" command Pierre-Jean Texier
2019-10-23 17:18 ` Joris Offouga
2019-10-23 15:55 ` [U-Boot] [PATCH 1/2] warp7: Remove CONFIG_SYS_FSL_ESDHC_ADDR Pierre-Jean Texier
2019-10-23 17:49 ` Joris Offouga
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20191023142031.32321-2-festevam@gmail.com \
--to=festevam@gmail.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox