diff options
Diffstat (limited to 'include/onenand_uboot.h')
| -rw-r--r-- | include/onenand_uboot.h | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/include/onenand_uboot.h b/include/onenand_uboot.h index 92279d56e..f321d8a99 100644 --- a/include/onenand_uboot.h +++ b/include/onenand_uboot.h @@ -52,4 +52,7 @@ extern int flexonenand_set_boundary(struct mtd_info *mtd, int die,  extern void s3c64xx_onenand_init(struct mtd_info *);  extern void s3c64xx_set_width_regs(struct onenand_chip *); +/* SPL */ +void onenand_spl_load_image(uint32_t offs, uint32_t size, void *dst); +  #endif /* __UBOOT_ONENAND_H */ |