[U-Boot] [PATCH] NAND: Remove delay from nand_boot_fsl_elbc.c.
Scott Wood
scottwood at freescale.com
Tue Aug 19 00:16:09 CEST 2008
It was for debugging purposes, and shouldn't have been left in.
Signed-off-by: Scott Wood <scottwood at freescale.com>
---
Applied to u-boot-nand-flash.
nand_spl/nand_boot_fsl_elbc.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/nand_spl/nand_boot_fsl_elbc.c b/nand_spl/nand_boot_fsl_elbc.c
index 0d2378e..5339224 100644
--- a/nand_spl/nand_boot_fsl_elbc.c
+++ b/nand_spl/nand_boot_fsl_elbc.c
@@ -133,8 +133,6 @@ void nand_boot(void)
{
__attribute__((noreturn)) void (*uboot)(void);
- udelay(1000000);
-
/*
* Load U-Boot image from NAND into RAM
*/
--
1.5.6.rc1.6.gc53ad
More information about the U-Boot
mailing list