diff options
Diffstat (limited to 'drivers/mtd/nand/mxc_nand_spl.c')
| -rw-r--r-- | drivers/mtd/nand/mxc_nand_spl.c | 9 | 
1 files changed, 0 insertions, 9 deletions
| diff --git a/drivers/mtd/nand/mxc_nand_spl.c b/drivers/mtd/nand/mxc_nand_spl.c index 09f23c30c..edc589e5b 100644 --- a/drivers/mtd/nand/mxc_nand_spl.c +++ b/drivers/mtd/nand/mxc_nand_spl.c @@ -355,12 +355,3 @@ void nand_boot(void)  		hang();  	}  } - -/* - * Called in case of an exception. - */ -void hang(void) -{ -	/* Loop forever */ -	while (1) ; -} |