diff options
Diffstat (limited to 'board/adder')
-rw-r--r-- | board/adder/u-boot.lds | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/adder/u-boot.lds b/board/adder/u-boot.lds index 2f10e7c..def2f1f 100644 --- a/board/adder/u-boot.lds +++ b/board/adder/u-boot.lds @@ -65,7 +65,7 @@ SECTIONS . = ALIGN(4); .u_boot_list : { - #include <u-boot.lst> + KEEP(*(SORT(.u_boot_list*))); } |