diff options
Diffstat (limited to 'board/hermes')
| -rw-r--r-- | board/hermes/u-boot.lds | 2 | ||||
| -rw-r--r-- | board/hermes/u-boot.lds.debug | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/board/hermes/u-boot.lds b/board/hermes/u-boot.lds index f02eb1c2a..b2bb50d59 100644 --- a/board/hermes/u-boot.lds +++ b/board/hermes/u-boot.lds @@ -75,7 +75,7 @@ SECTIONS    . = ALIGN(4);    .u_boot_list : { -	#include <u-boot.lst> +	KEEP(*(SORT(.u_boot_list*)));    } diff --git a/board/hermes/u-boot.lds.debug b/board/hermes/u-boot.lds.debug index e84cc7991..4383c492c 100644 --- a/board/hermes/u-boot.lds.debug +++ b/board/hermes/u-boot.lds.debug @@ -109,7 +109,7 @@ SECTIONS    . = ALIGN(4);    .u_boot_list : { -	#include <u-boot.lst> +	KEEP(*(SORT(.u_boot_list*)));    } |