commit | 1a1e7072e3f5499c919fadf949ddb5ce654a17a3 | [log] [tgz] |
---|---|---|
author | Heiko Schocher <hs@denx.de> | Thu Dec 14 11:19:22 2017 +0100 |
committer | Tom Rini <trini@konsulko.com> | Mon Dec 18 13:06:30 2017 -0500 |
tree | 106e8c336fb648d007af7d4afb06db9130a360d7 | |
parent | dd0829f6c3938dd1bebd86ec5b790fc9b53db8f0 [diff] |
common: image.c: Fix CACHE: Misaligned operation output 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>