[U-Boot] [PATCH 1/1] Changes for fixing the timer to 1 msec and
Peter Tyser
ptyser at xes-inc.com
Tue Mar 10 19:08:47 CET 2009
On Tue, 2009-03-10 at 14:06 +0530, Manikandan Pillai wrote:
> The cmd_misc.c was changed to fix sleep.
> nand_base.c was fixed to fix the wait.
>
> Signed-off-by: Manikandan Pillai <mani.pillai at ti.com>
> ---
> common/cmd_misc.c | 1 +
> cpu/arm_cortexa8/omap3/interrupts.c | 13 ++++---------
> drivers/mtd/nand/nand_base.c | 2 ++
> include/configs/omap3_evm.h | 2 +-
> 4 files changed, 8 insertions(+), 10 deletions(-)
I can't comment on the patch contents, but it would be nice if you split
this out into multiple patches. As is, you're fixing multiple bugs in 1
patch.
Something along the lines of:
cmd_misc: Fix sleep command delay
nand_base: Fix nand_wait() and nand_wait_ready() timeouts
omap3: Change timer to 1 msec
Best,
Peter
More information about the U-Boot
mailing list