summaryrefslogtreecommitdiffstats
path: root/board/altera/nios2-generic/u-boot.lds
diff options
context:
space:
mode:
Diffstat (limited to 'board/altera/nios2-generic/u-boot.lds')
-rw-r--r--board/altera/nios2-generic/u-boot.lds2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/altera/nios2-generic/u-boot.lds b/board/altera/nios2-generic/u-boot.lds
index bf7600a2a0..f3095982b6 100644
--- a/board/altera/nios2-generic/u-boot.lds
+++ b/board/altera/nios2-generic/u-boot.lds
@@ -49,7 +49,7 @@ SECTIONS
. = ALIGN(4);
.u_boot_list : {
- #include <u-boot.lst>
+ KEEP(*(SORT(.u_boot_list*)));
}
/* INIT DATA sections - "Small" data (see the gcc -G option)
OpenPOWER on IntegriCloud