Skip to content

Commit 3bdf103

Browse files
RuibinChangjhedberg
authored andcommitted
soc/ite/it8xxx2: make ARCH_IRQ_VECTOR_TABLE_ALIGN constant
The IQR vector table changed size since a825e01 and it is causing issues with downstream applications, for example, data stored in bin specific field is shifted by the ARCH_IRQ_VECTOR_TABLE_ALIGN, so I make ARCH_IRQ_VECTOR_TABLE_ALIGN constant. Signed-off-by: Ruibin Chang <Ruibin.Chang@ite.com.tw>
1 parent 9da1b3c commit 3bdf103

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

soc/ite/ec/it8xxx2/Kconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,9 @@ config SOC_IT8XXX2_EXT_32K
187187

188188
endchoice
189189

190+
config ARCH_IRQ_VECTOR_TABLE_ALIGN
191+
default 4
192+
190193
config SOC_IT8XXX2_USE_ILM
191194
bool
192195
default y

0 commit comments

Comments
 (0)