arm: Do not compile vector table when SYS_NO_VECTOR_TABLE is enabled
authorPali Rohár <pali@kernel.org>
Wed, 6 Apr 2022 14:20:19 +0000 (16:20 +0200)
committerStefan Roese <sr@denx.de>
Thu, 21 Apr 2022 10:31:36 +0000 (12:31 +0200)
commit5165d2a04a777a9b636d6a3fe6d23f9c5086ff62
treef500cadf5b9c06eee5b986aff8e0d4ee13d1b3bf
parent372779abc3efe869aaa3c61c4bf6e2fcbaa46b57
arm: Do not compile vector table when SYS_NO_VECTOR_TABLE is enabled

Vector table is not used when SYS_NO_VECTOR_TABLE is enabled.
So do not compile it and reduce image size.

Signed-off-by: Pali Rohár <pali@kernel.org>
arch/arm/lib/vectors.S