Hello,
I am seeing the same thing here. The zImage start is calculated in
arch/ppc/mbxboot/misc.c
in function decompress kernel. I have not found out the solution to the
problem but a quick hack is
to hardcode the offset to the zImage by inserting the line
zimage_start = 0xfe120000; //The position of my zImage in flash rom
instead of the calculations of zimage_start (around line 286)
This is of course not a solution, but allowed me to carry on with the
actual task of porting _Linux_ to my
custom board.
Hope this helps,
K.D.
Wolfgang Denk [off-list ref] on 06/02/99 12:06:05 PM
To: linuxppc-dev@lists.linuxppc.org
cc: (bcc: Kári Davíðsson/Flaga hf/IS)
Subject: MPC8xx: wrong zimage_start