projects
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
ba37aa0
)
NAND: Remove delay from nand_boot_fsl_elbc.c.
author
Scott Wood
<scottwood@freescale.com>
Mon, 18 Aug 2008 22:11:20 +0000
(17:11 -0500)
committer
Scott 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
patch
|
blob
|
history
diff --git
a/nand_spl/nand_boot_fsl_elbc.c
b/nand_spl/nand_boot_fsl_elbc.c
index
0d2378e
..
5339224
100644
(file)
--- 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);
{
__attribute__((noreturn)) void (*uboot)(void);
- udelay(1000000);
-
/*
* Load U-Boot image from NAND into RAM
*/
/*
* Load U-Boot image from NAND into RAM
*/