X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Fpsyent%2Fpci5441%2Fu-boot.lds;h=d3b7c31ae95657023d10aa5b6215716e5ab3fe75;hb=d7854223c5c85b5849fbf422cc8ac0efef461c37;hp=8f9cd8fa598f255a55a328f6302c20525756d168;hpb=807d5d7319330e336ab34a5623c5e0d73b87d540;p=u-boot diff --git a/board/psyent/pci5441/u-boot.lds b/board/psyent/pci5441/u-boot.lds index 8f9cd8fa59..d3b7c31ae9 100644 --- a/board/psyent/pci5441/u-boot.lds +++ b/board/psyent/pci5441/u-boot.lds @@ -88,7 +88,7 @@ SECTIONS * bss follows. We keep it adjacent to simplify init code. */ __bss_start = .; - .sbss : + .sbss (NOLOAD) : { *(.sbss) *(.sbss.*) @@ -96,7 +96,7 @@ SECTIONS *(.scommon) } . = ALIGN(4); - .bss : + .bss (NOLOAD) : { *(.bss) *(.bss.*)