From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefano Babic Date: Tue, 2 Feb 2016 21:22:36 +0100 Subject: [U-Boot] [PATCH V2] imx: MX6DQ{P}/DL:SABRESD Fix bmode eMMC failure In-Reply-To: <1454126022-4314-1-git-send-email-van.freenix@gmail.com> References: <1454126022-4314-1-git-send-email-van.freenix@gmail.com> Message-ID: <56B1100C.3070208@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 30/01/2016 04:53, Peng Fan wrote: > From: Ye Li > > The BOOTCFG value used by bmode for SABRESD eMMC boot are actually for SD card. > Fixed the value to correct one. > > Signed-off-by: Ye Li > Signed-off-by: Peng Fan > Reviewed-by: Stefano Babic > Cc: Fabio Estevam > --- > > Change V2: > Fix commit log, following Fabio's comments. > > board/freescale/mx6sabresd/mx6sabresd.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/board/freescale/mx6sabresd/mx6sabresd.c b/board/freescale/mx6sabresd/mx6sabresd.c > index d20953d..42f89ab 100644 > --- a/board/freescale/mx6sabresd/mx6sabresd.c > +++ b/board/freescale/mx6sabresd/mx6sabresd.c > @@ -638,7 +638,7 @@ static const struct boot_mode board_boot_modes[] = { > {"sd2", MAKE_CFGVAL(0x40, 0x28, 0x00, 0x00)}, > {"sd3", MAKE_CFGVAL(0x40, 0x30, 0x00, 0x00)}, > /* 8 bit bus width */ > - {"emmc", MAKE_CFGVAL(0x40, 0x38, 0x00, 0x00)}, > + {"emmc", MAKE_CFGVAL(0x60, 0x58, 0x00, 0x00)}, > {NULL, 0}, > }; > #endif > Applied to u-boot-imx, thanks ! Best regards, Stefano Babic -- ===================================================================== DENX Software Engineering GmbH, Managing Director: Wolfgang Denk 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 =====================================================================