diff options
Diffstat (limited to 'board/sbc8260')
-rw-r--r-- | board/sbc8260/u-boot.lds | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/sbc8260/u-boot.lds b/board/sbc8260/u-boot.lds index 1572aca..b4e502b 100644 --- a/board/sbc8260/u-boot.lds +++ b/board/sbc8260/u-boot.lds @@ -60,6 +60,7 @@ SECTIONS . = ALIGN(16); *(.rodata) *(.rodata1) + *(.rodata.str1.4) } .fini : { *(.fini) } =0 .ctors : { *(.ctors) } |