
Hello Christian,
Christian Riesch wrote:
Hello Heiko,
On Wed, Nov 9, 2011 at 11:44 AM, Heiko Schocher hs@denx.de wrote:
Heiko, Christian: please negotiate who performs which part of the cleanup. But I expect that with proper symbolic names instead of the hardwired constants the need for a wek function will go away.
I rework this.
I'd like to help but since we have different custom boards it's a bit hard to test. Therefore I'd like to get this lowlevel initialization
Do you plan to post your patches for your custom board to the ML?
working on the da850evm board. Since it boots from SPI I guess I'll need an SPL for SPI flash, right? Could we try to clean it up in a way
Yes.
so it nicely integrates with your SPL code in arch/arm/cpu/arm926ejs/davinci/spl.c?
I soon post the cleanup for the da850_lowlevel.c file, so you can do this based on that patch. You only have to adapt board_init_f() in arch/arm/cpu/arm926ejs/davinci/spl.c. There for the da850 case, arch_cpu_init() or for the spl case better called da850_lowlevel_init() from arch/arm/cpu/arm926ejs/davinci/da850_lowlevel.c must be called.
bye, Heiko