X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=include%2Fonenand_uboot.h;h=fd01040817bdda5ff1016ae290182bc52c35285a;hb=ca614c164012789ee27de57bab615994f9c2ec25;hp=f321d8a99fddc6519698b552fd49fa91b3b6c756;hpb=0e62e0a72cba76205c93b6913b9ae267f8fe08dc;p=karo-tx-uboot.git diff --git a/include/onenand_uboot.h b/include/onenand_uboot.h index f321d8a99f..fd01040817 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);