commit | 54bf808a2caed788c0e428f5f54869561952f261 | [log] [tgz] |
---|---|---|
author | Stefan Agner <stefan.agner@toradex.com> | Mon Aug 01 23:55:18 2016 -0700 |
committer | Stefano Babic <sbabic@denx.de> | Tue Sep 06 18:22:48 2016 +0200 |
tree | 8ea80c18cfe906ace52ebf6bfe500c79db5c35e8 | |
parent | 88c9300f4f040e42e73d5074fc8a6138fdab2856 [diff] |
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>