summaryrefslogtreecommitdiff
path: root/board/amcc/acadia/u-boot-nand.lds
diff options
context:
space:
mode:
Diffstat (limited to 'board/amcc/acadia/u-boot-nand.lds')
-rw-r--r--board/amcc/acadia/u-boot-nand.lds4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/amcc/acadia/u-boot-nand.lds b/board/amcc/acadia/u-boot-nand.lds
index beba978f83..e9f026fb7e 100644
--- a/board/amcc/acadia/u-boot-nand.lds
+++ b/board/amcc/acadia/u-boot-nand.lds
@@ -74,7 +74,7 @@ SECTIONS
. = .;
.u_boot_list : {
- #include <u-boot.lst>
+ KEEP(*(SORT(.u_boot_list*)));
}
. = .;
@@ -98,6 +98,6 @@ SECTIONS
. = ALIGN(4);
}
- __bss_end__ = . ;
+ __bss_end = . ;
PROVIDE (end = .);
}