diff options
author | Sergey Kubushyn <ksi@koi8.net> | 2016-06-07 21:22:59 (GMT) |
---|---|---|
committer | Scott Wood <oss@buserror.net> | 2016-06-20 00:15:31 (GMT) |
commit | 61717571f2b55747e394f217b2fd519213433f88 (patch) | |
tree | 3cf8d2f202b7be6c2065cdc9b306a63314009129 /common | |
parent | 7748b4148207d6e0dca8c0b5b95975e8e64179db (diff) | |
download | u-boot-61717571f2b55747e394f217b2fd519213433f88.tar.xz |
common: fb_nand: won't compile
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>
Diffstat (limited to 'common')
-rw-r--r-- | common/fb_nand.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/fb_nand.c b/common/fb_nand.c index e55ea38..ae34f48 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; |