[U-Boot] Bug in fdt_fixup_fman_firmware

Andy Fleming afleming at gmail.com
Tue Jun 18 22:13:18 CEST 2013


> --- a/arch/powerpc/cpu/mpc85xx/fdt.c
> +++ b/arch/powerpc/cpu/mpc85xx/fdt.c
> @@ -492,7 +492,7 @@
>   if (!p)
>   return;
>
> - fmanfw = (struct qe_firmware *) simple_strtoul(p, NULL, 0);
> + fmanfw = (struct qe_firmware *) simple_strtoul(p, NULL, 16);
>   if (!fmanfw)
>   return;
>


Could you submit this second one as a proper patch?

Thanks,
Andy


More information about the U-Boot mailing list