Re: [U-Boot] [PATCH] mmc: sdhci: fix the "misaligned operation at range" for cache

2016-10-20 Thread Jaehoon Chung
On 10/13/2016 10:33 AM, Jaehoon Chung wrote: > This pathc is fixed the below thing. > If misaligned the cache range, Just flush to CACHLINE_SIZE. > "CACHE: Misaligned operation at range [7ae55b00, 7ae55b08]" > Applied on u-boot-mmc. Thanks! Best Regards, Jaehoon Chung > Signed-off-by: Jaehoon C

[U-Boot] [PATCH] mmc: sdhci: fix the "misaligned operation at range" for cache

2016-10-12 Thread Jaehoon Chung
This pathc is fixed the below thing. If misaligned the cache range, Just flush to CACHLINE_SIZE. "CACHE: Misaligned operation at range [7ae55b00, 7ae55b08]" Signed-off-by: Jaehoon Chung --- drivers/mmc/sdhci.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/mmc/sdhci.c b/drivers/mmc/