]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
NAND: Remove delay from nand_boot_fsl_elbc.c.
authorScott Wood <scottwood@freescale.com>
Mon, 18 Aug 2008 22:11:20 +0000 (17:11 -0500)
committerScott Wood <scottwood@freescale.com>
Thu, 21 Aug 2008 18:44:17 +0000 (13:44 -0500)
It was for debugging purposes, and shouldn't have been left in.

Signed-off-by: Scott Wood <scottwood@freescale.com>
nand_spl/nand_boot_fsl_elbc.c

index 0d2378ee894d29d084fe19ab7bcd1c684ff28834..53392243d7697304d152f946de2de8afd2be9ddb 100644 (file)
@@ -133,8 +133,6 @@ void nand_boot(void)
 {
        __attribute__((noreturn)) void (*uboot)(void);
 
-       udelay(1000000);
-
        /*
         * Load U-Boot image from NAND into RAM
         */