diff options
Diffstat (limited to 'board/altera/nios2-generic/u-boot.lds')
-rw-r--r-- | board/altera/nios2-generic/u-boot.lds | 2 |
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 289386b35c..900fe65dc2 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) |