--- zzzz-none-000/linux-2.6.19.2/arch/ppc/boot/simple/relocate.S 2007-01-10 19:10:37.000000000 +0000 +++ davinci-8020-5505/linux-2.6.19.2/arch/ppc/boot/simple/relocate.S 2007-01-11 07:38:19.000000000 +0000 @@ -154,8 +154,8 @@ start_ldr: /* Clear all of BSS and set up stack for C calls */ - lis r3,__bss_start@h - ori r3,r3,__bss_start@l + lis r3,edata@h + ori r3,r3,edata@l lis r4,end@h ori r4,r4,end@l subi r3,r3,4 @@ -163,7 +163,7 @@ li r0,0 50: stwu r0,4(r3) cmpw cr0,r3,r4 - blt 50b + bne 50b 90: mr r9,r1 /* Save old stack pointer (in case it matters) */ lis r1,.stack@h ori r1,r1,.stack@l