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