1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-03 17:52:07 +02:00
Files
u-boot-megous/lib
Clemens Gruber d025021e98 gunzip: cache-align write buffer memory
When using gzwrite to eMMC on an i.MX6Q board, the following warning
occurs repeatedly:
CACHE: Misaligned operation at range [4fd63318, 4fe63318]

This patch cache-aligns the memory allocation for the gzwrite writebuf,
therefore avoiding the misaligned dcache flush and the warning from
check_cache_range.

Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com>
Reviewed-by: Eric Nelson <eric@nelint.com>
Reviewed-by: Stefan Agner <stefan.agner@toradex.com>
2016-10-06 20:57:33 -04:00
..
2016-09-23 17:53:49 -04:00
2016-02-06 12:00:59 +01:00
2016-01-19 08:31:21 -05:00
2016-04-11 20:48:26 -04:00
2016-05-02 18:37:09 -04:00
2016-09-16 17:03:39 -04:00
2016-01-19 08:31:21 -05:00
2016-06-06 13:39:18 -04:00
2016-02-26 08:53:10 -07:00