diff options
author | Clemens Gruber <clemens.gruber@pqgruber.com> | 2016-08-29 17:10:36 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-10-06 20:57:33 -0400 |
commit | d025021e981fc2c06e95a3512f81f799f45d1f9c (patch) | |
tree | 1749799ea5c037f9fc2595436645e75d3e8fd3ae /tools/aisimage.c | |
parent | 4dc34be4301e9f9ddca2d22a8ddb1161ee40f2d1 (diff) | |
download | u-boot-imx-d025021e981fc2c06e95a3512f81f799f45d1f9c.zip u-boot-imx-d025021e981fc2c06e95a3512f81f799f45d1f9c.tar.gz u-boot-imx-d025021e981fc2c06e95a3512f81f799f45d1f9c.tar.bz2 |
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>
Diffstat (limited to 'tools/aisimage.c')
0 files changed, 0 insertions, 0 deletions