diff options
Diffstat (limited to 'board/w7o')
-rw-r--r-- | board/w7o/u-boot.lds | 1 | ||||
-rw-r--r-- | board/w7o/u-boot.lds.debug | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/board/w7o/u-boot.lds b/board/w7o/u-boot.lds index e57a72f..7e3e15d 100644 --- a/board/w7o/u-boot.lds +++ b/board/w7o/u-boot.lds @@ -71,6 +71,7 @@ SECTIONS *(.rodata) *(.rodata1) *(.rodata.str1.4) + *(.eh_frame) } .fini : { *(.fini) } =0 .ctors : { *(.ctors) } diff --git a/board/w7o/u-boot.lds.debug b/board/w7o/u-boot.lds.debug index f996db3..a0c72c9 100644 --- a/board/w7o/u-boot.lds.debug +++ b/board/w7o/u-boot.lds.debug @@ -74,6 +74,8 @@ SECTIONS { *(.rodata) *(.rodata1) + *(.rodata.str1.4) + *(.eh_frame) } .fini : { *(.fini) } =0 .ctors : { *(.ctors) } |