[U-Boot] [PATCH] Revert wrong removal of nand_init and nand_deselect
Albert ARIBAUD
albert.u.boot at aribaud.net
Sat May 11 16:29:50 CEST 2013
The manual resolution in commit ec7023db wrongly removed functions
nand_init and nand_deselect from file drivers/mtd/nand/mxc_nand_spl.c.
Revert this removal.
Signed-off-by: Albert ARIBAUD <albert.u.boot at aribaud.net>
---
drivers/mtd/nand/mxc_nand_spl.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/drivers/mtd/nand/mxc_nand_spl.c b/drivers/mtd/nand/mxc_nand_spl.c
index f13d5fc..ba725e9 100644
--- a/drivers/mtd/nand/mxc_nand_spl.c
+++ b/drivers/mtd/nand/mxc_nand_spl.c
@@ -359,3 +359,6 @@ void nand_boot(void)
}
}
#endif
+
+void nand_init(void) {}
+void nand_deselect(void) {}
--
1.7.10.4
More information about the U-Boot
mailing list