diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/onenand_uboot.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/onenand_uboot.h b/include/onenand_uboot.h index fd01040817b..d69e0d2d190 100644 --- a/include/onenand_uboot.h +++ b/include/onenand_uboot.h @@ -49,6 +49,7 @@ extern int flexonenand_set_boundary(struct mtd_info *mtd, int die, int boundary, int lock); /* SPL */ +int onenand_spl_read_block(int block, int offset, int len, void *dst); void onenand_spl_load_image(uint32_t offs, uint32_t size, void *dst); #endif /* __UBOOT_ONENAND_H */ |