Home
last modified time | relevance | path

Searched hist:d025021e981fc2c06e95a3512f81f799f45d1f9c (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/lib/
H A Dgunzip.cd025021e981fc2c06e95a3512f81f799f45d1f9c Mon Aug 29 15:10:36 UTC 2016 Clemens Gruber <clemens.gruber@pqgruber.com> 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>