summaryrefslogtreecommitdiffstats
path: root/common/fb_nand.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/fb_nand.c')
-rw-r--r--common/fb_nand.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/fb_nand.c b/common/fb_nand.c
index e55ea3872f..ae34f4891b 100644
--- a/common/fb_nand.c
+++ b/common/fb_nand.c
@@ -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;
OpenPOWER on IntegriCloud