diff options
Diffstat (limited to 'arch/powerpc/cpu/mpc85xx/u-boot-nand.lds')
| -rw-r--r-- | arch/powerpc/cpu/mpc85xx/u-boot-nand.lds | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/arch/powerpc/cpu/mpc85xx/u-boot-nand.lds b/arch/powerpc/cpu/mpc85xx/u-boot-nand.lds index f7c4a22d29b..65106f5e1f0 100644 --- a/arch/powerpc/cpu/mpc85xx/u-boot-nand.lds +++ b/arch/powerpc/cpu/mpc85xx/u-boot-nand.lds @@ -72,7 +72,7 @@ SECTIONS    . = .;    .u_boot_list : { -	#include <u-boot.lst> +	KEEP(*(SORT(.u_boot_list*)));    }    . = .; @@ -103,6 +103,6 @@ SECTIONS    } :bss    . = ALIGN(4); -  __bss_end__ = . ; +  __bss_end = . ;    PROVIDE (end = .);  } | 
