Hi,
I work with MPC823FADS board.
I'm using u-boot as the bootloader in
it.
The RAM memroy map as seen with the "bdinfo"
command in u-boot says.. 0x00000000 to 0x00800000.
I'm trying to boot linux kernel (
linux-2.4.4-2002-10-06 from DENX) on my board.
By default , the kernel is build at 0xC0000000.
(This memory is not mapped by u-boot).
Do I have to change the kernel linking to a address
that is within, 0x00000000 and 0x00800000 ?
Rupesh