mirror of
https://xff.cz/git/u-boot/
synced 2025-11-01 19:05:51 +01:00
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:
@@ -359,3 +359,6 @@ void nand_boot(void)
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
void nand_init(void) {}
|
||||
void nand_deselect(void) {}
|
||||
|
||||
Reference in New Issue
Block a user