commit | 97179c12bc45b287ba3b48067e771075ade3a3d7 | [log] [tgz] |
---|---|---|
author | Pieter De Gendt <pieter.degendt@basalte.be> | Thu Mar 25 09:33:56 2021 +0100 |
committer | Maureen Helm <maureen.helm@nxp.com> | Thu Apr 15 16:26:39 2021 -0500 |
tree | 14dde57698e652e4b9f159217ef2a9aace24b0bd | |
parent | add98e766a28e59add27a38831779e2e00ab8f4f [diff] |
soc: nxp_imx: Disable IVT/DCD when building for mcuboot The bootloader application itself should contain the IVT/DCD in the header, but the chainable application doesn't. The ROM_START_OFFSET defaults to 0x400 otherwise the linker alignment isn't taken into account. Signed-off-by: Pieter De Gendt <pieter.degendt@basalte.be>