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