[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
MPC5200Lite U-Boot Error
- Date: Tue, 31 Jul 2007 19:42:16 -0500
- From: joel.sherrill at oarcorp.com (Joel Sherrill)
- Subject: MPC5200Lite U-Boot Error
Hi,
I have gotten a brand new Freescale MPC5200LITE
board and I have run into a problem I haven't
seen before.
U-Boot seems to be reporting the wrong starting
address for Flash in the board information.
memstart = 0x00000000
memsize = 0x10000000
flashstart = 0xFF000000
flashsize = 0x02000000
Flash really starts at 0xFE000000 as best I can
tell from the board manual and the way U-Boot sets
the BAT registers.
It's late so I haven't dug into the U-Boot source
code or reported it to Freescale yet. But I was
curious if anyone has seen anything like this before?
--joel