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