summaryrefslogtreecommitdiffstats
path: root/board/atmel/atngw100/u-boot.lds
diff options
context:
space:
mode:
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