From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Tue, 24 May 2016 10:10:56 -0700 Subject: [U-Boot] [PATCH] armv8: fsl-layerscape: Remove unnecessary flushing dcache In-Reply-To: <1461292645-38816-1-git-send-email-b18965@freescale.com> References: <1461292645-38816-1-git-send-email-b18965@freescale.com> Message-ID: <57448B20.1040501@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 04/21/2016 07:46 PM, Alison Wang wrote: > As the issue about the stack will get corrupted when switching between > the early and final mmu tables is fixed by commit > 70e21b06425ad6e1e90931333a704a600941cfff, the workaround to flush dcache > is unnecessary and will be removed. > > Signed-off-by: Alison Wang > --- > arch/arm/cpu/armv8/fsl-layerscape/cpu.c | 3 --- > 1 file changed, 3 deletions(-) > Applied to u-boot-fsl-qoriq master, awaiting upstream. Thanks. York