mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-06-05 22:31:36 +00: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:
parent
ec7023db8d
commit
c1b43ac769
1 changed files with 3 additions and 0 deletions
|
@ -359,3 +359,6 @@ void nand_boot(void)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
void nand_init(void) {}
|
||||||
|
void nand_deselect(void) {}
|
||||||
|
|
Loading…
Add table
Reference in a new issue