X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=board%2Fatmel%2Fatstk1000%2Fu-boot.lds;h=f63bc4ff27ad1d23d473c46cb85b9918c541b84d;hb=781eb9a1e4af4bd34c138e6126ec5cc6dd4b5440;hp=34e347aecd5e6b7abd2ace5dd293f840838d427a;hpb=43f6226db002af1d1ff1adf35b422dcce9f76f76;p=oweals%2Fu-boot.git diff --git a/board/atmel/atstk1000/u-boot.lds b/board/atmel/atstk1000/u-boot.lds index 34e347aecd..f63bc4ff27 100644 --- a/board/atmel/atstk1000/u-boot.lds +++ b/board/atmel/atstk1000/u-boot.lds @@ -32,14 +32,6 @@ SECTIONS *(.text) *(.text.*) } - - . = ALIGN(32); - __flashprog_start = .; - .flashprog : { - *(.flashprog) - } - . = ALIGN(32); - __flashprog_end = .; _etext = .; .rodata : { @@ -71,7 +63,7 @@ SECTIONS . = ALIGN(8); _edata = .; - .bss : { + .bss (NOLOAD) : { *(.bss) *(.bss.*) }