From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Tue, 10 Mar 2015 15:05:23 +0100 Subject: [U-Boot] [PATCH v2] mmc: fsl_esdhc: Add support for DDR mode In-Reply-To: References: <1421767004-21179-1-git-send-email-volodymyr.riazantsev@globallogic.com> <54EE4095.7060807@freescale.com> <54F9AF0E.9040709@denx.de> Message-ID: <54FEFA23.2090600@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 Hi Fabio, On 10.03.2015 14:29, Fabio Estevam wrote: >> This patch breaks eMMC on my TQMa6S (i.MX6SOLO). With it I get this error >> upon U-Boot update: >> >> MMC write: dev # 0, block # 2, count 711 ... mmc write failed >> >> With this patch reverted it looks just fine: >> >> MMC write: dev # 0, block # 2, count 711 ... 711 blocks written: OK >> >> Any ideas what might cause this breakage? If this issue can't be solved soon >> I suggest to revert this patch for this release. > > Does this fix from Peng help? > http://lists.denx.de/pipermail/u-boot/2015-March/207632.html No, it does unfortunately not. Thanks, Stefan