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