[U-Boot-Users] moving u-boot to upper address

I want u-boot to live in the upper boot area 0xfff00000.
So I have
undef'd _BOOT_LOW changed TEXT_BASE to be 0xfff00000 changed CFG_MONITOR_BASE to be TEXT_BASE
I realize that the HRCW will now be placed at 0xfff00000 and the actual code will begin at 0xfff00100 - this is okay, I will handle the HRCW seperatly.
I just want to know if there is anything wrong with what I have done or if there is anything else I need to do? There are, as you know, many dependancies and I am afraid I might have missed one.
I am dealing with custom hardware and I don't have a hardware debugger - lots of flash and crash so I am not exactly sure where my problem is.
Thanks!
Mitch
-------------------------------------------------------------------- mail2web - Check your email from the web at http://mail2web.com/ .

In message 312970-22004759124533430@M2W056.mail2web.com you wrote:
I want u-boot to live in the upper boot area 0xfff00000.
Which processor and board are you talking about?
I just want to know if there is anything wrong with what I have done or if
How should we know? You don't bother the mantion anything about your hardware. this could be an ARM system, and all you did is completely bogus.
I am dealing with custom hardware and I don't have a hardware debugger - lots of flash and crash so I am not exactly sure where my problem is.
Then proceed one step by eanother. Step 1 is to buy a BDI2000.
Best regards,
Wolfgang Denk
participants (2)
-
mblack@mantaro.com
-
Wolfgang Denk