diff options
Diffstat (limited to 'board/gen860t')
-rw-r--r-- | board/gen860t/u-boot-flashenv.lds | 1 | ||||
-rw-r--r-- | board/gen860t/u-boot.lds | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/board/gen860t/u-boot-flashenv.lds b/board/gen860t/u-boot-flashenv.lds index 8b1ce1a1b48..e95a6a1714f 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) } diff --git a/board/gen860t/u-boot.lds b/board/gen860t/u-boot.lds index b67faa63d00..b7b190e7aa2 100644 --- a/board/gen860t/u-boot.lds +++ b/board/gen860t/u-boot.lds @@ -66,6 +66,7 @@ SECTIONS { *(.rodata) *(.rodata1) + *(.rodata.str1.4) } .fini : { *(.fini) } =0 .ctors : { *(.ctors) } |