arch: Use a more sane ALIGN value

By default ARCH_IRQ_VECTOR_TABLE_ALIGN and ARCH_SW_ISR_TABLE_ALIGN are
set to 0. Use a more proper value.

Signed-off-by: Carlo Caione <ccaione@baylibre.com>
This commit is contained in:
Carlo Caione 2022-06-24 09:36:09 +02:00 committed by Carles Cufí
commit f943ae1156

View file

@ -410,7 +410,7 @@ config GEN_IRQ_VECTOR_TABLE
config ARCH_IRQ_VECTOR_TABLE_ALIGN
int "Alignment size of the interrupt vector table"
default 0
default 4
depends on GEN_IRQ_VECTOR_TABLE
help
This option controls alignment size of generated
@ -430,7 +430,7 @@ config GEN_SW_ISR_TABLE
config ARCH_SW_ISR_TABLE_ALIGN
int "Alignment size of a software ISR table"
default 0
default 4
depends on GEN_SW_ISR_TABLE
help
This option controls alignment size of generated