diff options
Diffstat (limited to 'board/gen860t/u-boot-flashenv.lds')
-rw-r--r-- | board/gen860t/u-boot-flashenv.lds | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/gen860t/u-boot-flashenv.lds b/board/gen860t/u-boot-flashenv.lds index 8b1ce1a..e95a6a1 100644 --- a/board/gen860t/u-boot-flashenv.lds +++ b/board/gen860t/u-boot-flashenv.lds @@ -67,6 +67,7 @@ SECTIONS { *(.rodata) *(.rodata1) + *(.rodata.str1.4) } .fini : { *(.fini) } =0 .ctors : { *(.ctors) } |