mirror of
https://xff.cz/git/u-boot/
synced 2025-09-30 06:51:28 +02:00
nand: Allow reinitialization
NAND devices are destroyed in between unit tests. Provide a function to reinitialize the subsystem at the beginning of each test. Signed-off-by: Sean Anderson <seanga2@gmail.com> Reviewed-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
#include <config.h>
|
||||
|
||||
extern void nand_init(void);
|
||||
void nand_reinit(void);
|
||||
unsigned long nand_size(void);
|
||||
unsigned int nand_page_size(void);
|
||||
|
||||
|
Reference in New Issue
Block a user