diff options
Diffstat (limited to 'include/onenand_uboot.h')
| -rw-r--r-- | include/onenand_uboot.h | 4 | 
1 files changed, 0 insertions, 4 deletions
| diff --git a/include/onenand_uboot.h b/include/onenand_uboot.h index f321d8a99..fd0104081 100644 --- a/include/onenand_uboot.h +++ b/include/onenand_uboot.h @@ -48,10 +48,6 @@ 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); |