From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefano Babic Date: Sat, 13 Apr 2013 17:45:26 +0200 Subject: [U-Boot] [PATCH] mx6qsabre{sd, auto}: Fix environment as 'mmc rescan' takes no arguments In-Reply-To: <1365648950-1921-1-git-send-email-otavio@ossystems.com.br> References: <1365648950-1921-1-git-send-email-otavio@ossystems.com.br> Message-ID: <51697D96.9070408@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 11/04/2013 04:55, Otavio Salvador wrote: > Signed-off-by: Otavio Salvador > --- > include/configs/mx6qsabre_common.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/include/configs/mx6qsabre_common.h b/include/configs/mx6qsabre_common.h > index dc113e1..5da748e 100644 > --- a/include/configs/mx6qsabre_common.h > +++ b/include/configs/mx6qsabre_common.h > @@ -158,7 +158,7 @@ > > #define CONFIG_BOOTCOMMAND \ > "mmc dev ${mmcdev};" \ > - "if mmc rescan ${mmcdev}; then " \ > + "if mmc rescan; then " \ > "if run loadbootscript; then " \ > "run bootscript; " \ > "else " \ > Applied to u-boot-imx, thanks. Best regards, Stefano Babic -- ===================================================================== DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de =====================================================================