X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Fdbau1x00%2Fu-boot.lds;h=1e1c5590d77a6fed6185fbe0cb514b24f0e6d3cf;hb=a036b0443657fe0f4773786de9092251869f08ac;hp=861873272b6196a71a7ab4685cf2d0e83126ed61;hpb=7fc792895be3c0edf423c4038992b40345672a12;p=u-boot diff --git a/board/dbau1x00/u-boot.lds b/board/dbau1x00/u-boot.lds index 861873272b..1e1c5590d7 100644 --- a/board/dbau1x00/u-boot.lds +++ b/board/dbau1x00/u-boot.lds @@ -64,7 +64,7 @@ SECTIONS num_got_entries = (__got_end - __got_start) >> 2; . = ALIGN(4); - .sbss : { *(.sbss) } - .bss : { *(.bss) } + .sbss (NOLOAD) : { *(.sbss) } + .bss (NOLOAD) : { *(.bss) } uboot_end = .; }