avr32: Get rid of the .flashprog section
[oweals/u-boot.git] / board / atmel / atstk1000 / u-boot.lds
index 34e347aecd5e6b7abd2ace5dd293f840838d427a..f63bc4ff27ad1d23d473c46cb85b9918c541b84d 100644 (file)
@@ -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.*)
        }