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