Re: [U-Boot-Users] [PATCH] Fix some more printf() format problems.

2008-07-14 Thread Jean-Christophe PLAGNIOL-VILLARD
>> >>> cpuid, CONFIG_NR_CPUS - 1); >>> return 1; >>> } >>> diff --git a/cpu/mpc85xx/mp.c b/cpu/mpc85xx/mp.c >>> index a527cf3..75ceba9 100644 >>> --- a/cpu/mpc85xx/mp.c >>> +++ b/cpu/mpc85xx/mp.c >>> @@ -50,12 +50,12 @@ int cpu_status(int nr) >>> >>>

Re: [U-Boot-Users] [PATCH] Fix some more printf() format problems.

2008-07-14 Thread Kumar Gala
On Jul 14, 2008, at 10:09 AM, Jean-Christophe PLAGNIOL-VILLARD wrote: > On 09:42 Mon 14 Jul , Kumar Gala wrote: >> >> Signed-off-by: Kumar Gala <[EMAIL PROTECTED]> >> --- >> common/cmd_mp.c |2 +- >> cpu/mpc85xx/mp.c |4 ++-- >> 2 files changed, 3 insertions(+), 3 deletions(-) >> >> di

Re: [U-Boot-Users] [PATCH] Fix some more printf() format problems.

2008-07-14 Thread Jean-Christophe PLAGNIOL-VILLARD
On 09:42 Mon 14 Jul , Kumar Gala wrote: > > Signed-off-by: Kumar Gala <[EMAIL PROTECTED]> > --- > common/cmd_mp.c |2 +- > cpu/mpc85xx/mp.c |4 ++-- > 2 files changed, 3 insertions(+), 3 deletions(-) > > diff --git a/common/cmd_mp.c b/common/cmd_mp.c > index 26a57c5..59d0d15 100644

[U-Boot-Users] [PATCH] Fix some more printf() format problems.

2008-07-14 Thread Kumar Gala
Signed-off-by: Kumar Gala <[EMAIL PROTECTED]> --- common/cmd_mp.c |2 +- cpu/mpc85xx/mp.c |4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/common/cmd_mp.c b/common/cmd_mp.c index 26a57c5..59d0d15 100644 --- a/common/cmd_mp.c +++ b/common/cmd_mp.c @@ -35,7 +35,7 @@

[U-Boot-Users] [PATCH] Fix some more printf() format problems.

2008-07-13 Thread Wolfgang Denk
Signed-off-by: Wolfgang Denk <[EMAIL PROTECTED]> --- common/cmd_flash.c |4 ++-- common/cmd_nvedit.c|3 ++- drivers/usb/usbdcore.c | 16 +--- fs/jffs2/jffs2_1pass.c |4 ++-- 4 files changed, 15 insertions(+), 12 deletions(-) diff --git a/common/cmd_flash.c b/comm