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