Revert wrong removal of nand_init and nand_deselect

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>
Acked-by: Stefano Babic <sbabic@denx.de>
This commit is contained in:
Albert ARIBAUD 2013-05-11 04:29:50 +00:00
parent ec7023db8d
commit c1b43ac769
1 changed files with 3 additions and 0 deletions

View File

@ -359,3 +359,6 @@ void nand_boot(void)
}
}
#endif
void nand_init(void) {}
void nand_deselect(void) {}