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