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