diff options
Diffstat (limited to 'include/nand.h')
-rw-r--r-- | include/nand.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/nand.h b/include/nand.h index a4f0f9253d8..627b21769b7 100644 --- a/include/nand.h +++ b/include/nand.h @@ -122,6 +122,7 @@ int nand_unlock(struct mtd_info *mtd, loff_t start, size_t length, int nand_get_lock_status(struct mtd_info *mtd, loff_t offset); int nand_spl_load_image(uint32_t offs, unsigned int size, void *dst); +int nand_spl_read_block(int block, int offset, int len, void *dst); void nand_deselect(void); #ifdef CONFIG_SYS_NAND_SELECT_DEVICE |