diff options
Diffstat (limited to 'board/xpedite1k/u-boot.lds.debug')
-rw-r--r-- | board/xpedite1k/u-boot.lds.debug | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/xpedite1k/u-boot.lds.debug b/board/xpedite1k/u-boot.lds.debug index e60a94de3f3..5066326927f 100644 --- a/board/xpedite1k/u-boot.lds.debug +++ b/board/xpedite1k/u-boot.lds.debug @@ -82,6 +82,7 @@ SECTIONS *(.rodata) *(.rodata1) *(.rodata.str1.4) + *(.eh_frame) } .fini : { *(.fini) } =0 .ctors : { *(.ctors) } |