From: Fabio Estevam <festevam@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 2/3] mx6qsabrelite: Remove duplicate 'mmc dev'
Date: Mon, 1 Apr 2013 23:03:37 -0300 [thread overview]
Message-ID: <1364868218-13663-2-git-send-email-festevam@gmail.com> (raw)
In-Reply-To: <1364868218-13663-1-git-send-email-festevam@gmail.com>
From: Fabio Estevam <fabio.estevam@freescale.com>
No need to call 'mmc dev' twice.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
include/configs/mx6qsabrelite.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/include/configs/mx6qsabrelite.h b/include/configs/mx6qsabrelite.h
index fb58265..6d4b837 100644
--- a/include/configs/mx6qsabrelite.h
+++ b/include/configs/mx6qsabrelite.h
@@ -216,7 +216,6 @@
"fi;\0"
#define CONFIG_BOOTCOMMAND \
- "mmc dev ${mmcdev};" \
"mmc dev ${mmcdev}; if mmc rescan; then " \
"if run loadbootscript; then " \
"run bootscript; " \
--
1.7.9.5
next prev parent reply other threads:[~2013-04-02 2:03 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-02 2:03 [U-Boot] [PATCH 1/3] wandboard: Remove duplicate 'mmc dev' Fabio Estevam
2013-04-02 2:03 ` Fabio Estevam [this message]
2013-04-02 11:52 ` [U-Boot] [PATCH 2/3] mx6qsabrelite: " Otavio Salvador
2013-04-03 9:45 ` Stefano Babic
2013-04-02 2:03 ` [U-Boot] [PATCH 3/3] wandboard: Remove CONFIG_SYS_FSL_USDHC_NUM Fabio Estevam
2013-04-02 11:53 ` Otavio Salvador
2013-04-03 9:51 ` Stefano Babic
2013-04-02 11:51 ` [U-Boot] [PATCH 1/3] wandboard: Remove duplicate 'mmc dev' Otavio Salvador
2013-04-03 9:43 ` Stefano Babic
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=1364868218-13663-2-git-send-email-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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.