avr32: Get rid of the .flashprog section
[oweals/u-boot.git] / board / atmel / atstk1000 / u-boot.lds
index 247812e10366bceebdb88a7d932401c699896ba9..f63bc4ff27ad1d23d473c46cb85b9918c541b84d 100644 (file)
@@ -32,14 +32,6 @@ SECTIONS
                *(.text)
                *(.text.*)
        }
-
-       . = ALIGN(32);
-       __flashprog_start = .;
-       .flashprog : {
-               *(.flashprog)
-       }
-       . = ALIGN(32);
-       __flashprog_end = .;
        _etext = .;
 
        .rodata : {