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