commit | c5c28df3119133008ab8632b0ddc2d124f85cf28 | [log] [tgz] |
---|---|---|
author | Pali Rohár <pali@kernel.org> | Wed Apr 06 16:20:20 2022 +0200 |
committer | Stefan Roese <sr@denx.de> | Thu Apr 21 12:31:36 2022 +0200 |
tree | 542a65712f9eb91b07b020bafa819117a6a9c4aa | |
parent | 40046d2e07ceb5774c0fbaa5099bfb74eca9dbda [diff] |
arm: mvebu: Enable CONFIG_SPL_SYS_NO_VECTOR_TABLE for 32-bit mvebu U-Boot SPL is on 32-bit mvebu executed by the BootROM. And BootROM expects that U-Boot SPL returns execution back to the BootROM. Vectors during execution of U-Boot SPL should not be changed as BootROM does not expect it and uses its own vectors. So do not overwrite vectors in SPL build. Signed-off-by: Pali Rohár <pali@kernel.org>