X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fonenand_uboot.h;h=fd01040817bdda5ff1016ae290182bc52c35285a;hb=8c77ef85405dd319f0469d007630b548afb2d401;hp=92279d56ec6b1851377a88428c371646b33583e3;hpb=e598dfc22c8789991d165714bec53b2390fc999d;p=u-boot diff --git a/include/onenand_uboot.h b/include/onenand_uboot.h index 92279d56ec..fd01040817 100644 --- a/include/onenand_uboot.h +++ b/include/onenand_uboot.h @@ -48,8 +48,7 @@ extern int flexonenand_region(struct mtd_info *mtd, loff_t addr); extern int flexonenand_set_boundary(struct mtd_info *mtd, int die, int boundary, int lock); -/* S3C64xx */ -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 */