X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fonenand_uboot.h;h=fd01040817bdda5ff1016ae290182bc52c35285a;hb=7b9f7e445e13de4f3169d9e5ba5e3b28c4d79ce4;hp=f321d8a99fddc6519698b552fd49fa91b3b6c756;hpb=54cd51bf7910164e6640c7f428f2fd95e15019da;p=oweals%2Fu-boot.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);