mirror of
https://github.com/frank-w/u-boot.git
synced 2026-01-03 11:43:32 +08:00
nand: fsl_upm: convert to updated MTD NAND infrastructure
Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com> Signed-off-by: Scott Wood <scottwood@freescale.com>
This commit is contained in:
committed by
Scott Wood
parent
300253306a
commit
e1c3dbada3
@@ -31,6 +31,9 @@ struct fsl_upm_nand {
|
||||
int wait_pattern;
|
||||
int (*dev_ready)(void);
|
||||
int chip_delay;
|
||||
|
||||
/* no need to fill */
|
||||
int last_ctrl;
|
||||
};
|
||||
|
||||
extern int fsl_upm_nand_init(struct nand_chip *chip, struct fsl_upm_nand *fun);
|
||||
|
||||
Reference in New Issue
Block a user