diff options
Diffstat (limited to 'arch/sandbox/cpu/u-boot.lds')
| -rw-r--r-- | arch/sandbox/cpu/u-boot.lds | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/arch/sandbox/cpu/u-boot.lds b/arch/sandbox/cpu/u-boot.lds index 1b781ebf6..94c26f1aa 100644 --- a/arch/sandbox/cpu/u-boot.lds +++ b/arch/sandbox/cpu/u-boot.lds @@ -27,7 +27,7 @@ SECTIONS  	. = ALIGN(4);  	.u_boot_list : { -	#include <u-boot.lst> +		KEEP(*(SORT(.u_boot_list*)));  	}  	__u_boot_sandbox_option_start = .; |