
24 Nov
2009
24 Nov
'09
2:20 p.m.
On 11/22/2009 11:25 PM, Wolfgang Denk wrote:
Could you please rebase it against the "next" branch and resubmit it?
There you are. This time I compile-tested it (MAKEALL) for ppc and arm. Some boards did not build (several PPC builds died with "Error: Unrecognized opcode: `mullhw'", several ARM builds missed CONFIG_ENV_ADDR_FLEX, but all that doesn't seem to be my fault.
The only point I'm uncertain about is the nand_spl image for "MPC8313ERDB_NAND_66": The board/freescale/mpc8313erdb/sdram.c called udelay, but u-boot-spl doesn't link lib_generic. I decided to call __udelay() instead, but another solution might be to include lib_generic/time.c in the nand_spl build (like in examples/api/Makefile).
Regards, Ingo