diff options
Diffstat (limited to 'board/nc650')
-rw-r--r-- | board/nc650/u-boot.lds | 1 | ||||
-rw-r--r-- | board/nc650/u-boot.lds.debug | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/board/nc650/u-boot.lds b/board/nc650/u-boot.lds index be64534fea..ca449181eb 100644 --- a/board/nc650/u-boot.lds +++ b/board/nc650/u-boot.lds @@ -65,6 +65,7 @@ SECTIONS *(.rodata) *(.rodata1) *(.rodata.str1.4) + *(.eh_frame) } .fini : { *(.fini) } =0 .ctors : { *(.ctors) } diff --git a/board/nc650/u-boot.lds.debug b/board/nc650/u-boot.lds.debug index 1c3b7ddced..2228a2005a 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) } |