]> git.sur5r.net Git - u-boot/blobdiff - include/nand.h
rockchip: clk: rk3399: update driver for spl
[u-boot] / 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);