summaryrefslogtreecommitdiff
path: root/arch/avr32/cpu/u-boot.lds
diff options
context:
space:
mode:
Diffstat (limited to 'arch/avr32/cpu/u-boot.lds')
-rw-r--r--arch/avr32/cpu/u-boot.lds4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/avr32/cpu/u-boot.lds b/arch/avr32/cpu/u-boot.lds
index 0b16d2a883..4e4a436dc9 100644
--- a/arch/avr32/cpu/u-boot.lds
+++ b/arch/avr32/cpu/u-boot.lds
@@ -50,7 +50,7 @@ SECTIONS
. = ALIGN(4);
.u_boot_list : {
- #include <u-boot.lst>
+ KEEP(*(SORT(.u_boot_list*)));
}
. = ALIGN(4);
@@ -68,5 +68,5 @@ SECTIONS
*(.bss.*)
}
. = ALIGN(8);
- __bss_end__ = .;
+ __bss_end = .;
}