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:
parent
26edfeafa8
commit
b10781ba45
3 changed files with 10 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue