mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-13 12:32:47 +01:00
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>
This commit is contained in:
parent
ba37aa0328
commit
8d765456c1
1 changed files with 0 additions and 2 deletions
|
|
@ -133,8 +133,6 @@ void nand_boot(void)
|
|||
{
|
||||
__attribute__((noreturn)) void (*uboot)(void);
|
||||
|
||||
udelay(1000000);
|
||||
|
||||
/*
|
||||
* Load U-Boot image from NAND into RAM
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue