]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - include/nand.h
ARM: tegra: pull Tegra124 SoC DT from Linux v4.7
[karo-tx-uboot.git] / include / nand.h
index 627b21769b7bbd8191b4dd87f538fd5a44db8ba1..b6eb223fb6f3c34786e7f9af7415d14e41476656 100644 (file)
@@ -142,3 +142,6 @@ __attribute__((noreturn)) void nand_boot(void);
 int get_nand_env_oob(struct mtd_info *mtd, unsigned long *result);
 #endif
 int spl_nand_erase_one(int block, int page);
+
+/* platform specific init functions */
+void sunxi_nand_init(void);