]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/onenand_uboot.h
fdt: Add function for decoding multiple gpios globally available
[karo-tx-uboot.git] / include / onenand_uboot.h
index 92279d56ec6b1851377a88428c371646b33583e3..f321d8a99fddc6519698b552fd49fa91b3b6c756 100644 (file)
@@ -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 */