PMUFW:lscript: Remove redundant serv ext table section

Signed-off-by: Jyotheeswar Reddy <jyothee@xilinx.com>
Reviewed-by: Sören Brinkmann <soren.brinkmann@xilinx.com>
This commit is contained in:
Jyotheeswar Reddy 2015-08-11 15:21:24 +05:30 committed by Nava kishore Manne
parent c04ad88a10
commit e9a4597006

View file

@ -166,10 +166,6 @@ _SDA2_BASE_ = __sdata2_start + ((__sbss2_end - __sdata2_start) / 2 );
KEEP (*(.xpbr_serv_ext_tbl))
} > PMU_RAM
.xpbr_serv_ext_tbl 0xffddf6e0: {
KEEP (*(.xpbr_serv_ext_tbl))
} > ram_cntlr
_end = .;
}