> 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....