]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/mtd/nand/mxc_nand_spl.c
Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
[karo-tx-uboot.git] / drivers / mtd / nand / mxc_nand_spl.c
index 5608352a451acfbb436dfad827e56213feac6f3a..f13d5fc58161a2bd8cb91ed87d5c1acc352a5db6 100644 (file)
@@ -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) {}