PMUFW: lscript: Add section for ROM extension table

Signed-off-by: Soren Brinkmann <soren.brinkmann@xilinx.com>
This commit is contained in:
Soren Brinkmann 2015-05-30 00:37:10 +08:00 committed by Nava kishore Manne
parent d185a3a6d1
commit c4df8f0dd2

View file

@ -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 = .;
}