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