Another issue I'm having. I just did a test by installing ltib 10.11.01 in a clean fresh ubuntu 11.04. After some alternations to the packagelist to be able for ltib to start, it compiles just fine, and I got a uImage file. When it tries to start, I get:
Load Address: 70008000
Entry Point: 70008000
But this can't be correct. On the Imx51, RAM starts from only 90000000, so should be 90008000. As far as I know, I've selected the IMX51 Bbg everywhere... How can I change this? I know I can look at arch/arm/mach-mx5/Makefile.boot, but for the imx51, it's filled in as 90008000, so for some reason, I get another configuration...?