]> git.sur5r.net Git - u-boot/commitdiff
common: fb_nand: won't compile
authorSergey Kubushyn <ksi@koi8.net>
Tue, 7 Jun 2016 21:22:59 +0000 (14:22 -0700)
committerScott Wood <oss@buserror.net>
Mon, 20 Jun 2016 00:15:31 +0000 (19:15 -0500)
Somehow this got overlooked when getting rid of nand_info.

Small patch, won't affect anything else, no reason to wait for the
next cycle.

Signed-off-by: Sergey Kubushyn <ksi@koi8.net>
common/fb_nand.c

index e55ea3872fd4c7e665f88d8d06b1e200877e88db..ae34f4891b6e9fc55d78e42d8687af7586be780b 100644 (file)
@@ -34,7 +34,7 @@ __weak int board_fastboot_write_partition_setup(char *name)
 }
 
 static int fb_nand_lookup(const char *partname, char *response,
-                         struct mtd_info **nand,
+                         struct mtd_info **mtd,
                          struct part_info **part)
 {
        struct mtd_device *dev;