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: Tue, 20 Aug 2013 12:46:46 -0700 [thread overview]
Message-ID: <5213C7A6.5090408@freescale.com> (raw)
In-Reply-To: <52043808.4000008@freescale.com>
On 08/08/2013 05:30 PM, York Sun wrote:
> 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;
>>
Applied to u-boot-mpc85xx/master, added sign-off-by line.
York
prev parent reply other threads:[~2013-08-20 19:46 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 ` [U-Boot] " York Sun
2013-08-20 19:46 ` York Sun [this message]
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=5213C7A6.5090408@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