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