commit | e2ca67e2ba4f05ee7ea7193cc9bf2859422f0a13 | [log] [tgz] |
---|---|---|
author | Pali Rohár <pali@kernel.org> | Sat Jan 21 12:59:20 2023 +0100 |
committer | Stefan Roese <sr@denx.de> | Wed Mar 01 06:39:17 2023 +0100 |
tree | e25d57068b87b0d2eafeea83adbbe8c86fcf20bb | |
parent | 08022e2638a0cd21e9cefbd28d53242dfbb5716a [diff] |
tools: kwboot: Fix patching of SPI/NOR XIP images Marvell BootROM interprets execaddr of SPI/NOR XIP images as relative byte offset from the from the beginning of the flash device. So if data image offset and execute offset are not same then it is needed to adjust them also in DDR RAM. Fixes: f2c644e0b8bc ("tools: kwboot: Patch destination address to DDR area for SPI image") Signed-off-by: Pali Rohár <pali@kernel.org>