[U-Boot] [PATCH] fastboot: nand: fix compile error

Scott Wood oss at buserror.net
Mon Jun 20 10:17:11 CEST 2016


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 <peng.fan at nxp.com>
> Cc: Maxime Ripard <maxime.ripard at free-electrons.com>
> Cc: Scott Wood <oss at buserror.net>
> Cc: Tom Rini <trini at konsulko.com>
> ---
>  common/fb_nand.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

I've already received and applied a patch for this.

-Scott



More information about the U-Boot mailing list