* [U-Boot] [PATCH] arm, orion5x: fix comilerwarning for edminiv2 board
@ 2010-08-30 13:30 Heiko Schocher
2010-08-30 13:34 ` Prafulla Wadaskar
2010-08-31 9:25 ` Sergei Shtylyov
0 siblings, 2 replies; 5+ messages in thread
From: Heiko Schocher @ 2010-08-30 13:30 UTC (permalink / raw)
To: u-boot
compiling edminiv2 board throws following warning:
Configuring for edminiv2 board...
In file included from /home/hs/i2c/u-boot-i2c/include/asm/arch/orion5x.h:39,
from cpu.c:32:
introduced from commit 4cfa0ab2c945f95e978a995721f193dd056e538d
Author: Albert Aribaud <albert.aribaud@free.fr>
Date: Tue Jul 13 09:04:26 2010 +0200
orion5x: allow overriding default mappings windows
This patch fixes this issue.
Signed-off-by: Heiko Schocher <hs@denx.de>
CC: Albert Aribaud <albert.aribaud@free.fr>
---
arch/arm/include/asm/arch-orion5x/cpu.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/arm/include/asm/arch-orion5x/cpu.h b/arch/arm/include/asm/arch-orion5x/cpu.h
index 80717f8..6ce02a9 100644
--- a/arch/arm/include/asm/arch-orion5x/cpu.h
+++ b/arch/arm/include/asm/arch-orion5x/cpu.h
@@ -76,7 +76,7 @@ enum orion5x_cpu_attrib {
/*
* Device Address MAP BAR values
-/*
+ *
* All addresses and sizes not defined by board code
* will be given default values here.
*/
--
1.6.2.5
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
^ permalink raw reply related [flat|nested] 5+ messages in thread* [U-Boot] [PATCH] arm, orion5x: fix comilerwarning for edminiv2 board
2010-08-30 13:30 [U-Boot] [PATCH] arm, orion5x: fix comilerwarning for edminiv2 board Heiko Schocher
@ 2010-08-30 13:34 ` Prafulla Wadaskar
2010-08-30 13:35 ` Heiko Schocher
2010-08-31 9:25 ` Sergei Shtylyov
1 sibling, 1 reply; 5+ messages in thread
From: Prafulla Wadaskar @ 2010-08-30 13:34 UTC (permalink / raw)
To: u-boot
Hi Heiko
This has been already fixed
Ref: http://lists.denx.de/pipermail/u-boot/2010-August/076253.html
Regards..
Prafulla . .
> -----Original Message-----
> From: u-boot-bounces at lists.denx.de
> [mailto:u-boot-bounces at lists.denx.de] On Behalf Of Heiko Schocher
> Sent: Monday, August 30, 2010 7:00 PM
> To: U-Boot user list
> Subject: [U-Boot] [PATCH] arm, orion5x: fix comilerwarning
> for edminiv2 board
>
> compiling edminiv2 board throws following warning:
>
> Configuring for edminiv2 board...
> In file included from
> /home/hs/i2c/u-boot-i2c/include/asm/arch/orion5x.h:39,
> from cpu.c:32:
>
> introduced from commit 4cfa0ab2c945f95e978a995721f193dd056e538d
> Author: Albert Aribaud <albert.aribaud@free.fr>
> Date: Tue Jul 13 09:04:26 2010 +0200
>
> orion5x: allow overriding default mappings windows
>
> This patch fixes this issue.
>
> Signed-off-by: Heiko Schocher <hs@denx.de>
> CC: Albert Aribaud <albert.aribaud@free.fr>
> ---
> arch/arm/include/asm/arch-orion5x/cpu.h | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/arch/arm/include/asm/arch-orion5x/cpu.h
> b/arch/arm/include/asm/arch-orion5x/cpu.h
> index 80717f8..6ce02a9 100644
> --- a/arch/arm/include/asm/arch-orion5x/cpu.h
> +++ b/arch/arm/include/asm/arch-orion5x/cpu.h
> @@ -76,7 +76,7 @@ enum orion5x_cpu_attrib {
>
> /*
> * Device Address MAP BAR values
> -/*
> + *
> * All addresses and sizes not defined by board code
> * will be given default values here.
> */
> --
> 1.6.2.5
>
> --
> DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
> HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot
>
^ permalink raw reply [flat|nested] 5+ messages in thread* [U-Boot] [PATCH] arm, orion5x: fix comilerwarning for edminiv2 board
2010-08-30 13:34 ` Prafulla Wadaskar
@ 2010-08-30 13:35 ` Heiko Schocher
0 siblings, 0 replies; 5+ messages in thread
From: Heiko Schocher @ 2010-08-30 13:35 UTC (permalink / raw)
To: u-boot
Hello Prafulla,
Prafulla Wadaskar wrote:
> This has been already fixed
> Ref: http://lists.denx.de/pipermail/u-boot/2010-August/076253.html
Ups, sorry, missed that. Thanks!
bye,
Heiko
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
^ permalink raw reply [flat|nested] 5+ messages in thread
* [U-Boot] [PATCH] arm, orion5x: fix comilerwarning for edminiv2 board
2010-08-30 13:30 [U-Boot] [PATCH] arm, orion5x: fix comilerwarning for edminiv2 board Heiko Schocher
2010-08-30 13:34 ` Prafulla Wadaskar
@ 2010-08-31 9:25 ` Sergei Shtylyov
2010-08-31 9:34 ` Heiko Schocher
1 sibling, 1 reply; 5+ messages in thread
From: Sergei Shtylyov @ 2010-08-31 9:25 UTC (permalink / raw)
To: u-boot
Hello.
Heiko Schocher wrote:
> compiling edminiv2 board throws following warning:
> Configuring for edminiv2 board...
> In file included from /home/hs/i2c/u-boot-i2c/include/asm/arch/orion5x.h:39,
> from cpu.c:32:
And? Where's the warning text? :-)
> introduced from commit 4cfa0ab2c945f95e978a995721f193dd056e538d
> Author: Albert Aribaud <albert.aribaud@free.fr>
> Date: Tue Jul 13 09:04:26 2010 +0200
> orion5x: allow overriding default mappings windows
> This patch fixes this issue.
> Signed-off-by: Heiko Schocher <hs@denx.de>
> CC: Albert Aribaud <albert.aribaud@free.fr>
WBR, Sergei
^ permalink raw reply [flat|nested] 5+ messages in thread* [U-Boot] [PATCH] arm, orion5x: fix comilerwarning for edminiv2 board
2010-08-31 9:25 ` Sergei Shtylyov
@ 2010-08-31 9:34 ` Heiko Schocher
0 siblings, 0 replies; 5+ messages in thread
From: Heiko Schocher @ 2010-08-31 9:34 UTC (permalink / raw)
To: u-boot
Hello Sergei,
Sergei Shtylyov wrote:
> Heiko Schocher wrote:
>
>> compiling edminiv2 board throws following warning:
>
>> Configuring for edminiv2 board...
>> In file included from
>> /home/hs/i2c/u-boot-i2c/include/asm/arch/orion5x.h:39,
>> from cpu.c:32:
>
> And? Where's the warning text? :-)
Ups ...
Anyway, it is always fixed, as Prafulla mentioned
Ref: http://lists.denx.de/pipermail/u-boot/2010-August/076253.html
bye,
Heiko
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2010-08-31 9:34 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-30 13:30 [U-Boot] [PATCH] arm, orion5x: fix comilerwarning for edminiv2 board Heiko Schocher
2010-08-30 13:34 ` Prafulla Wadaskar
2010-08-30 13:35 ` Heiko Schocher
2010-08-31 9:25 ` Sergei Shtylyov
2010-08-31 9:34 ` Heiko Schocher
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox