From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Mon, 20 Jun 2016 03:17:11 -0500 Subject: [U-Boot] [PATCH] fastboot: nand: fix compile error In-Reply-To: <1466406922-32663-1-git-send-email-peng.fan@nxp.com> References: <1466406922-32663-1-git-send-email-peng.fan@nxp.com> Message-ID: <1466410631.22191.184.camel@buserror.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Mon, 2016-06-20 at 15:15 +0800, Peng Fan wrote: > Error info " > common/fb_nand.c: In function 'fb_nand_lookup': > common/fb_nand.c:65:3: error: 'mtd' undeclared (first use in this function) > *mtd = nand_info[dev->id->num]; > ^ > " > > Correct fb_nand_lookup parameter name to fix this issue. > > Signed-off-by: Peng Fan > Cc: Maxime Ripard > Cc: Scott Wood > Cc: Tom Rini > --- > common/fb_nand.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) I've already received and applied a patch for this. -Scott