X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Fatmel%2Fatstk1000%2Fu-boot.lds;h=0d3b19c6402cb4ecff494b00c4a4424bc806ad99;hb=e44f3ea4e801d37ef293284cb57b9637382f211a;hp=34e347aecd5e6b7abd2ace5dd293f840838d427a;hpb=1d10b9e99d1b4a6a880d424ec791cde45cb04614;p=u-boot diff --git a/board/atmel/atstk1000/u-boot.lds b/board/atmel/atstk1000/u-boot.lds index 34e347aecd..0d3b19c640 100644 --- a/board/atmel/atstk1000/u-boot.lds +++ b/board/atmel/atstk1000/u-boot.lds @@ -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.*) }