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