mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02: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:
@@ -133,8 +133,6 @@ void nand_boot(void)
|
||||
{
|
||||
__attribute__((noreturn)) void (*uboot)(void);
|
||||
|
||||
udelay(1000000);
|
||||
|
||||
/*
|
||||
* Load U-Boot image from NAND into RAM
|
||||
*/
|
||||
|
Reference in New Issue
Block a user