diff options
Diffstat (limited to 'board/ip860/u-boot.lds.debug')
-rw-r--r-- | board/ip860/u-boot.lds.debug | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/board/ip860/u-boot.lds.debug b/board/ip860/u-boot.lds.debug index b4d6579264..43d2b3bd60 100644 --- a/board/ip860/u-boot.lds.debug +++ b/board/ip860/u-boot.lds.debug @@ -75,6 +75,8 @@ SECTIONS { *(.rodata) *(.rodata1) + *(.rodata.str1.4) + *(.eh_frame) } .fini : { *(.fini) } =0 .ctors : { *(.ctors) } |