commit | 34fd56260ceb09d5f467847af651779a9bc0cc2b | [log] [tgz] |
---|---|---|
author | Scott Wood <scottwood@freescale.com> | Mon Aug 18 17:11:20 2008 -0500 |
committer | Scott Wood <scottwood@freescale.com> | Thu Aug 21 13:44:17 2008 -0500 |
tree | 99702f9f7b7ac630c2d45a0e2302515c2829cffb | |
parent | fabda92dabb9dec24bebf77e1f8e7061068b923c [diff] |
NAND: Remove delay from nand_boot_fsl_elbc.c. It was for debugging purposes, and shouldn't have been left in. Signed-off-by: Scott Wood <scottwood@freescale.com>
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 @@ { __attribute__((noreturn)) void (*uboot)(void); - udelay(1000000); - /* * Load U-Boot image from NAND into RAM */