risc-v/mpfs: ld-envm-opensbi.script: add all opensbi code to .text.sbi
Add the rest of the OpenSBI code to .text.sbi -section. They belong to there. This frees up some space in the very limited eNVM. Signed-off-by: Eero Nurkkala <eero.nurkkala@offcode.fi>
This commit is contained in:
parent
76c6ccc732
commit
c67a1a4de1
@ -34,6 +34,9 @@ SECTIONS
|
||||
{
|
||||
.text.sbi : {
|
||||
sbi*
|
||||
riscv_atomic*
|
||||
riscv_locks*
|
||||
riscv_asm*
|
||||
} > ddr
|
||||
|
||||
.ddrstorage : {
|
||||
|
Loading…
Reference in New Issue
Block a user