Re: [U-Boot] [PATCH] fat: Use cache aligned buffers for fat_opendir

2017-11-24 Thread Fabio Estevam
Hi Neil, On Fri, Nov 24, 2017 at 6:54 AM, Neil Armstrong wrote: > Before this patch one could receive following errors when executing "fatls" > command on machine with cache enabled (ex i.MX6Q) : > > => fatls mmc 0:1 > CACHE: Misaligned operation at range [4f59dfc8,

Re: [U-Boot] [PATCH] fat: Use cache aligned buffers for fat_opendir

2017-11-24 Thread Lukasz Majewski
On Fri, 24 Nov 2017 09:54:41 +0100 Neil Armstrong wrote: > Before this patch one could receive following errors when executing > "fatls" command on machine with cache enabled (ex i.MX6Q) : > > => fatls mmc 0:1 > CACHE: Misaligned operation at range [4f59dfc8,

[U-Boot] [PATCH] fat: Use cache aligned buffers for fat_opendir

2017-11-24 Thread Neil Armstrong
Before this patch one could receive following errors when executing "fatls" command on machine with cache enabled (ex i.MX6Q) : => fatls mmc 0:1 CACHE: Misaligned operation at range [4f59dfc8, 4f59e7c8] CACHE: Misaligned operation at range [4f59dfc8, 4f59e7c8] ERROR: v7_outer_cache_inval_range -