[U-Boot] [PATCH] mpc85xx shrink boot block page to 1M

Liu Dave DaveLiu at freescale.com
Wed Dec 17 10:09:54 CET 2008


> Change bne to blt in 85xx clear_bss to protect against the pointer
> never being equal to _end if _end is not word aligned.

<snip>

> @@ -917,7 +929,7 @@ clear_bss:
>  	stw	r0,0(r3)
>  	addi	r3,r3,4
>  	cmplw	0,r3,r4
> -	bne	5b
> +	blt	5b
>  6:

Should not they be placed at another patch?
Bss....


More information about the U-Boot mailing list