summaryrefslogtreecommitdiffstats
path: root/board/atmel/atngw100/u-boot.lds
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2008-06-03 00:19:57 +0200
committerWolfgang Denk <wd@denx.de>2008-06-03 00:19:57 +0200
commit7a68389a231ac061ba2ffd628f86e15ed0545a7b (patch)
tree723fd35290b988810be6d417c21fa1949f25aae8 /board/atmel/atngw100/u-boot.lds
parent7feb4d38ff1fdf8877f39447001ff9f6e93fa6bc (diff)
parenta8092c021d27f27f4b323b7d49979ca01b3fc19d (diff)
downloadtalos-obmc-uboot-7a68389a231ac061ba2ffd628f86e15ed0545a7b.tar.gz
talos-obmc-uboot-7a68389a231ac061ba2ffd628f86e15ed0545a7b.zip
Merge remote branch 'u-boot-avr32/master'
Diffstat (limited to 'board/atmel/atngw100/u-boot.lds')
-rw-r--r--board/atmel/atngw100/u-boot.lds9
1 files changed, 1 insertions, 8 deletions
diff --git a/board/atmel/atngw100/u-boot.lds b/board/atmel/atngw100/u-boot.lds
index 34e347aecd..e736adf0fc 100644
--- a/board/atmel/atngw100/u-boot.lds
+++ b/board/atmel/atngw100/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 : {
OpenPOWER on IntegriCloud