public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] Revert wrong removal of nand_init and nand_deselect
@ 2013-05-11 14:29 Albert ARIBAUD
  2013-05-11 20:11 ` stefano babic
  2013-05-11 20:23 ` Albert ARIBAUD
  0 siblings, 2 replies; 3+ messages in thread
From: Albert ARIBAUD @ 2013-05-11 14:29 UTC (permalink / raw)
  To: u-boot

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@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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-05-11 20:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-11 14:29 [U-Boot] [PATCH] Revert wrong removal of nand_init and nand_deselect Albert ARIBAUD
2013-05-11 20:11 ` stefano babic
2013-05-11 20:23 ` Albert ARIBAUD

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox