]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/atmel/atstk1000/u-boot.lds
avr32: Use the same entry point for reset and exception handling
[people/ms/u-boot.git] / board / atmel / atstk1000 / u-boot.lds
index 34e347aecd5e6b7abd2ace5dd293f840838d427a..0d3b19c6402cb4ecff494b00c4a4424bc806ad99 100644 (file)
@@ -29,17 +29,10 @@ SECTIONS
        . = 0;
        _text = .;
        .text : {
+               *(.exception.text)
                *(.text)
                *(.text.*)
        }
-
-       . = ALIGN(32);
-       __flashprog_start = .;
-       .flashprog : {
-               *(.flashprog)
-       }
-       . = ALIGN(32);
-       __flashprog_end = .;
        _etext = .;
 
        .rodata : {
@@ -71,7 +64,7 @@ SECTIONS
        . = ALIGN(8);
        _edata = .;
 
-       .bss : {
+       .bss (NOLOAD) : {
                *(.bss)
                *(.bss.*)
        }