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