]> git.sur5r.net Git - u-boot/blobdiff - drivers/mtd/nand/mxc_nand_spl.c
Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'
[u-boot] / drivers / mtd / nand / mxc_nand_spl.c
index 5608352a451acfbb436dfad827e56213feac6f3a..ba725e9f1899afcc12693741ff62be79f09fac79 100644 (file)
@@ -358,15 +358,6 @@ void nand_boot(void)
                hang();
        }
 }
-
-/*
- * Called in case of an exception.
- */
-void hang(void)
-{
-       /* Loop forever */
-       while (1) ;
-}
 #endif
 
 void nand_init(void) {}