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