Skip to content

Commit

Permalink
arch: Enable ramfunc feature on RISC-V PRIVILEGE SOC family
Browse files Browse the repository at this point in the history
Allow to place functions in ram.

Signed-off-by: Michael Arnold <[email protected]>
  • Loading branch information
marnold-b authored and carlescufi committed Oct 25, 2023
1 parent 9e4a403 commit 973e226
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions soc/riscv/riscv-privileged/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ config SOC_FAMILY_RISCV_PRIVILEGE

config SOC_FAMILY_RISCV_PRIVILEGED
bool
select ARCH_HAS_RAMFUNC_SUPPORT if XIP

config SOC_FAMILY
string
Expand Down

0 comments on commit 973e226

Please sign in to comment.