* [PATCH 0/2] small build fixes
@ 2010-08-17 8:51 Michael Grzeschik
2010-08-17 8:51 ` [PATCH 1/2] armlinux: bugfix add parameter name into inline function Michael Grzeschik
2010-08-17 8:51 ` [PATCH 2/2] at91rm9200: delete choice without type Michael Grzeschik
0 siblings, 2 replies; 4+ messages in thread
From: Michael Grzeschik @ 2010-08-17 8:51 UTC (permalink / raw)
To: barebox
Michael Grzeschik (2):
armlinux: bugfix add parameter name into inline function
at91rm9200: delete choice without type
arch/arm/include/asm/armlinux.h | 2 +-
arch/arm/mach-at91rm9200/Kconfig | 6 ------
2 files changed, 1 insertions(+), 7 deletions(-)
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH 1/2] armlinux: bugfix add parameter name into inline function
2010-08-17 8:51 [PATCH 0/2] small build fixes Michael Grzeschik
@ 2010-08-17 8:51 ` Michael Grzeschik
2010-08-17 8:51 ` [PATCH 2/2] at91rm9200: delete choice without type Michael Grzeschik
1 sibling, 0 replies; 4+ messages in thread
From: Michael Grzeschik @ 2010-08-17 8:51 UTC (permalink / raw)
To: barebox
Signed-off-by: Michael Grzeschik <m.grzeschik@pengutronix.de>
---
arch/arm/include/asm/armlinux.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/arm/include/asm/armlinux.h b/arch/arm/include/asm/armlinux.h
index a92d4c1..ce74cfc 100644
--- a/arch/arm/include/asm/armlinux.h
+++ b/arch/arm/include/asm/armlinux.h
@@ -21,7 +21,7 @@ static inline void armlinux_add_dram(struct device_d *dev)
{
}
-static inline void armlinux_set_revision(unsigned int)
+static inline void armlinux_set_revision(unsigned int rev)
{
}
--
1.7.1
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH 2/2] at91rm9200: delete choice without type
2010-08-17 8:51 [PATCH 0/2] small build fixes Michael Grzeschik
2010-08-17 8:51 ` [PATCH 1/2] armlinux: bugfix add parameter name into inline function Michael Grzeschik
@ 2010-08-17 8:51 ` Michael Grzeschik
2010-08-18 2:03 ` Jean-Christophe PLAGNIOL-VILLARD
1 sibling, 1 reply; 4+ messages in thread
From: Michael Grzeschik @ 2010-08-17 8:51 UTC (permalink / raw)
To: barebox
Signed-off-by: Michael Grzeschik <m.grzeschik@pengutronix.de>
---
arch/arm/mach-at91rm9200/Kconfig | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
diff --git a/arch/arm/mach-at91rm9200/Kconfig b/arch/arm/mach-at91rm9200/Kconfig
index c062097..51ea3a4 100644
--- a/arch/arm/mach-at91rm9200/Kconfig
+++ b/arch/arm/mach-at91rm9200/Kconfig
@@ -7,10 +7,4 @@ config BOARDINFO
comment "Atmel AT91RM9200 System-on-Chip"
-choice
-
- prompt "AT91RM9200 Board Type"
-
-endchoice
-
endif
--
1.7.1
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 2/2] at91rm9200: delete choice without type
2010-08-17 8:51 ` [PATCH 2/2] at91rm9200: delete choice without type Michael Grzeschik
@ 2010-08-18 2:03 ` Jean-Christophe PLAGNIOL-VILLARD
0 siblings, 0 replies; 4+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2010-08-18 2:03 UTC (permalink / raw)
To: Michael Grzeschik; +Cc: barebox
On 10:51 Tue 17 Aug , Michael Grzeschik wrote:
> Signed-off-by: Michael Grzeschik <m.grzeschik@pengutronix.de>
No we need to do remote it completly
I'm currently adding it so please wait few hours
in the at91 mach as in the kernel
Best Regards,
J.
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2010-08-18 2:08 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-08-17 8:51 [PATCH 0/2] small build fixes Michael Grzeschik
2010-08-17 8:51 ` [PATCH 1/2] armlinux: bugfix add parameter name into inline function Michael Grzeschik
2010-08-17 8:51 ` [PATCH 2/2] at91rm9200: delete choice without type Michael Grzeschik
2010-08-18 2:03 ` Jean-Christophe PLAGNIOL-VILLARD
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox