浏览代码

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>
Scott Wood 16 年之前
父节点
当前提交
8d765456c1
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      nand_spl/nand_boot_fsl_elbc.c

+ 0 - 2
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
 	 */