1
0
mirror of https://xff.cz/git/u-boot/ synced 2026-01-05 12:39:18 +01:00
Files
u-boot-megous/drivers
Stefan Agner 2a83c95fdb mtd: nand: mxs: fix cache alignment for cache lines >32
Currently the command buffer gets allocated with a size of 32 bytes.
This causes warning messages on systems with cache lines bigger than
32 bytes:
CACHE: Misaligned operation at range [9df17a00, 9df17a20]

Define command buffer to be at least 32 bytes, but more if cache
line is bigger.

Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
Reviewed-by: Stefano Babic <sbabic@denx.de>
2016-09-06 18:22:48 +02:00
..
2015-11-02 10:38:00 +09:00
2016-08-02 09:47:34 -07:00
2016-01-27 15:32:05 +01:00
2016-08-15 10:26:13 -07:00
2016-08-15 15:29:03 -05:00
2016-08-15 10:26:13 -07:00
2016-07-14 18:33:11 -04:00
2016-02-06 12:00:59 +01:00
2016-08-25 15:35:03 -07:00
2016-08-12 16:00:50 -04:00
2016-03-14 19:21:44 -04:00
2016-08-20 14:03:23 -04:00