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