diff options
Diffstat (limited to 'drivers/mtd/nand/mxc_nand_spl.c')
| -rw-r--r-- | drivers/mtd/nand/mxc_nand_spl.c | 12 | 
1 files changed, 0 insertions, 12 deletions
| diff --git a/drivers/mtd/nand/mxc_nand_spl.c b/drivers/mtd/nand/mxc_nand_spl.c index 5608352a4..f13d5fc58 100644 --- a/drivers/mtd/nand/mxc_nand_spl.c +++ b/drivers/mtd/nand/mxc_nand_spl.c @@ -358,16 +358,4 @@ void nand_boot(void)  		hang();  	}  } - -/* - * Called in case of an exception. - */ -void hang(void) -{ -	/* Loop forever */ -	while (1) ; -}  #endif - -void nand_init(void) {} -void nand_deselect(void) {} |