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