From: York Sun <yorksun@freescale.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] Fix for incorrect conversion hex string to number (FMAN firmware address).
Date: Thu, 8 Aug 2013 17:30:00 -0700 [thread overview]
Message-ID: <52043808.4000008@freescale.com> (raw)
In-Reply-To: <CAKj6i9jcy_HVJPaMNBKq5-PLXA3CUMwcs4OpFBUGMz_MhYxp2w@mail.gmail.com>
On 06/19/2013 12:48 AM, ??????? ??????? wrote:
> ---
> arch/powerpc/cpu/mpc85xx/fdt.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> ---
> 1.8.1.2
>
> diff --git a/arch/powerpc/cpu/mpc85xx/fdt.c b/arch/powerpc/cpu/mpc85xx/fdt.c
> index 24eb978..ece1336 100644
> --- a/arch/powerpc/cpu/mpc85xx/fdt.c
> +++ b/arch/powerpc/cpu/mpc85xx/fdt.c
> @@ -492,7 +492,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;
>
Andy,
I want to close on this patch. Is there any reason we shouldn't apply
this patch? Why don't we have a problem without it?
York
next prev parent reply other threads:[~2013-08-09 0:30 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-19 7:48 [U-Boot] [PATCH] Fix for incorrect conversion hex string to number (FMAN firmware address) Nikolay Puzanov
2013-08-09 0:30 ` York Sun [this message]
2013-08-20 19:46 ` [U-Boot] " York Sun
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=52043808.4000008@freescale.com \
--to=yorksun@freescale.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox