arch: common: be able to use ROM_START_OFFSET on RISCV

be able to use ROM_START_OFFSET on RISCV.

Signed-off-by: Fin Maaß <f.maass@vogl-electronic.com>
This commit is contained in:
Fin Maaß 2024-11-12 12:17:54 +01:00 committed by Benjamin Cabé
commit b10781ba45
3 changed files with 10 additions and 3 deletions

View file

@ -18,4 +18,9 @@ config 2ND_LVL_INTR_00_OFFSET
config NUM_IRQS
default 256
# The OpenTitan SoC requires a manifest in front of the
# application binary.
config ROM_START_OFFSET
default 0x404
endif # SOC_OPENTITAN