diff options
Diffstat (limited to 'board/ml2/u-boot.lds')
-rw-r--r-- | board/ml2/u-boot.lds | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/ml2/u-boot.lds b/board/ml2/u-boot.lds index 555d13c..9685f89 100644 --- a/board/ml2/u-boot.lds +++ b/board/ml2/u-boot.lds @@ -83,6 +83,7 @@ SECTIONS { *(.rodata) *(.rodata1) + *(.rodata.str1.4) } .fini : { *(.fini) } =0 .ctors : { *(.ctors) } |