mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 10:39:08 +00:00
omap-common: add nand spl support
Add NAND support for the new SPL structure. Signed-off-by: Simon Schwarz <simonschwarzcor@gmail.com> Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
This commit is contained in:
parent
b88e42560b
commit
bb085b87e5
4 changed files with 127 additions and 3 deletions
|
@ -132,6 +132,9 @@ int nand_lock( nand_info_t *meminfo, int tight );
|
|||
int nand_unlock( nand_info_t *meminfo, ulong start, ulong length );
|
||||
int nand_get_lock_status(nand_info_t *meminfo, loff_t offset);
|
||||
|
||||
void nand_spl_load_image(loff_t offs, unsigned int size, uchar *dst);
|
||||
void nand_deselect(void);
|
||||
|
||||
#ifdef CONFIG_SYS_NAND_SELECT_DEVICE
|
||||
void board_nand_select_device(struct nand_chip *nand, int chip);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue