]> git.sur5r.net Git - u-boot/commitdiff
common: image.c: Fix CACHE: Misaligned operation output
authorHeiko Schocher <hs@denx.de>
Thu, 14 Dec 2017 10:19:22 +0000 (11:19 +0100)
committerTom Rini <trini@konsulko.com>
Mon, 18 Dec 2017 18:06:30 +0000 (13:06 -0500)
When booting a itb file with a Ramdisk on a imx6 based
board, U-Boot drops the warning:

Loading Kernel Image ... OK
Loading Ramdisk to 4ecf1000, end 4ef8b11f ... \
CACHE: Misaligned operation at range [4ecf1000,  4ef8b11f]

Fix it!

Signed-off-by: Heiko Schocher <hs@denx.de>
Tested-by: Ayoub Zaki <hs@denx.de>

No differences found