From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Fri, 20 Jul 2012 04:32:46 +0200 Subject: [U-Boot] [PATCH V2] i.MX: fsl_esdhc: allow use with cache enabled. In-Reply-To: <4FFD1D58.5000904@de.bosch.com> References: <201206121923.30555.marex@denx.de> <4FFD1D58.5000904@de.bosch.com> Message-ID: <201207200432.46649.marex@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 Dear Dirk Behme, [...] > >> I'm not likely to have any time until after FTF next week. > >> > >> Any chance that a PPC maintainer can chime in here? > > > > I think WD applied the cache stub patch already. Can you try now please? > > Ping ;) > > Thanks > > Dirk I just noticed this with latest mainline: Configuring for MPC8569MDS_ATM - Board: MPC8569MDS, Options: ATM make: *** [u-boot] Error 1 powerpc-linux-size: './u-boot': No such file drivers/mmc/libmmc.o: In function `esdhc_setup_data': /home/marex/testing/u-boot.git/drivers/mmc/fsl_esdhc.c:193: undefined reference to `flush_dcache_range' drivers/mmc/libmmc.o: In function `check_and_invalidate_dcache_range': /home/marex/testing/u-boot.git/drivers/mmc/fsl_esdhc.c:263: undefined reference to `invalidate_dcache_range' make: *** [u-boot] Error 1 Configuring for MPC8569MDS_NAND - Board: MPC8569MDS, Options: NAND make: *** [u-boot] Error 1 powerpc-linux-size: './u-boot': No such file drivers/mmc/libmmc.o: In function `esdhc_setup_data': /home/marex/testing/u-boot.git/drivers/mmc/fsl_esdhc.c:193: undefined reference to `flush_dcache_range' drivers/mmc/libmmc.o: In function `check_and_invalidate_dcache_range': /home/marex/testing/u-boot.git/drivers/mmc/fsl_esdhc.c:263: undefined reference to `invalidate_dcache_range' make: *** [u-boot] Error 1 Can this be caused by this patch? Best regards, Marek Vasut