Skip to content
Commit 62649165 authored by qianfan Zhao's avatar qianfan Zhao Committed by Tom Rini
Browse files

lib: sparse: Make CHUNK_TYPE_RAW buffer aligned



CHUNK_TYPE_RAW buffer is not aligned, and flash sparse images by
fastboot will report "Misaligned operation" if DCACHE is enabled.

Flashing Sparse Image
CACHE: Misaligned operation at range [84000028, 84001028]
CACHE: Misaligned operation at range [84001034, 84002034]
CACHE: Misaligned operation at range [8401104c, 8401304c]

Fix it

Signed-off-by: default avatarqianfan Zhao <qianfanguijin@163.com>
Reviewed-by: default avatarSean Anderson <sean.anderson@seco.com>
parent 9b72d934
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment