From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Fri, 3 Jun 2016 22:04:15 -0700 Subject: [U-Boot] [PATCH] mmc: fsl_esdhc: fix check_and_invalidate_dcache_range function In-Reply-To: <1463051578-4122-1-git-send-email-yangbo.lu@nxp.com> References: <1463051578-4122-1-git-send-email-yangbo.lu@nxp.com> Message-ID: <5752614F.9020705@nxp.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 05/12/2016 04:22 AM, Yangbo Lu wrote: > In function check_and_invalidate_dcache_range(), there are incorrect > start address and end address of the dcache range calculated for > Layerscape platforms. This patch is to fix this issue. > > Signed-off-by: Yangbo Lu > --- > drivers/mmc/fsl_esdhc.c | 9 ++++----- > 1 file changed, 4 insertions(+), 5 deletions(-) > Applied to fsl-qoriq master branch. Awaiting upstream. Thanks. York