
Hi,
I was away for about a month and just did a git pull on u-boot-usb and run into an issue.
I get this :
arch/arm/cpu/arm926ejs/start.o: In function `_TEXT_BASE': /admesy/arm/u-boot-usb/arch/arm/cpu/arm926ejs/start.S:84: undefined reference to `CONFIG_SYS_TEXT_BASE'
Now I can define CONFIG_SYS_TEXT_BASE and I tried CONFIG_SYS_TEXT_BASE = 0x73f00000 for my SAM9G45.
It does compile, but at boot I get :
DRAM: 0bytes
I have been searching for TEXT_BASE in my previous code that compiled and worked well a couple of weeks ago, but don't find a single reference to it.
What does CONFIG_SYS_TEXT_BASE have to do with the NAND flash ? (sorry I'm focussing on USB issues, so I have not even spend a minute of time to look at the other code yet, I just need USB to be working asap for my processor)
Any ideas what to look for ?
Best regards, Marcel