[U-Boot] [PATCH] Generic udelay() with watchdog support
Ingo van Lil
inguin at gmx.de
Tue Nov 24 14:20:05 CET 2009
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
More information about the U-Boot
mailing list