Fix for incorrect conversion hex string to number (FMAN firmware address).
Signed-off-by: Николай Пузанов <punzik@gmail.com> Acked-by: York Sun <yorksun@freescale.com>
This commit is contained in:
parent
424bf94273
commit
e6394e9e8f
@ -476,7 +476,7 @@ void fdt_fixup_fman_firmware(void *blob)
|
||||
if (!p)
|
||||
return;
|
||||
|
||||
fmanfw = (struct qe_firmware *) simple_strtoul(p, NULL, 0);
|
||||
fmanfw = (struct qe_firmware *) simple_strtoul(p, NULL, 16);
|
||||
if (!fmanfw)
|
||||
return;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user