]> git.baikalelectronics.ru Git - uboot.git/commit
arm: mvebu: Enable CONFIG_SPL_SYS_NO_VECTOR_TABLE for 32-bit mvebu
authorPali Rohár <pali@kernel.org>
Wed, 6 Apr 2022 14:20:20 +0000 (16:20 +0200)
committerStefan Roese <sr@denx.de>
Thu, 21 Apr 2022 10:31:36 +0000 (12:31 +0200)
commitcb8b71396ef531174971312a1aaaccb1830753b9
tree542a65712f9eb91b07b020bafa819117a6a9c4aa
parent8e22ad61645d66fccb298d84768a7bec5a78079e
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>
arch/arm/mach-mvebu/Kconfig