PMUFW: lscript: Add section for ROM extension table
Signed-off-by: Soren Brinkmann <soren.brinkmann@xilinx.com>
This commit is contained in:
parent
d185a3a6d1
commit
c4df8f0dd2
1 changed files with 4 additions and 0 deletions
|
@ -162,6 +162,10 @@ _SDA2_BASE_ = __sdata2_start + ((__sbss2_end - __sdata2_start) / 2 );
|
|||
__stack = _stack;
|
||||
} > PMU_RAM
|
||||
|
||||
.xpbr_serv_ext_tbl 0xffddf6e0: {
|
||||
KEEP (*(.xpbr_serv_ext_tbl))
|
||||
} > PMU_RAM
|
||||
|
||||
_end = .;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue