All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2/3] bcm63xx: select SSB since we are using ssb_arch_set_fallback_sprom
@ 2009-06-01 18:17 Florian Fainelli
  2009-06-01 18:23 ` Florian Fainelli
  0 siblings, 1 reply; 2+ messages in thread
From: Florian Fainelli @ 2009-06-01 18:17 UTC (permalink / raw)
  To: Ralf Baechle, linux-mips, Maxime Bizon

This patch makes BCM63XX select SSB since we unconditionnaly
use ssb_arch_set_fallback_sprom. Without this linking would
fail with an undefined reference.

Signed-off-by: Florian Fainelli <florian@openwrt.org>
---
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index 05ee268..e1f0917 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -72,6 +72,7 @@ config BCM63XX
 	select SYS_HAS_EARLY_PRINTK
 	select SWAP_IO_SPACE
 	select ARCH_REQUIRE_GPIOLIB
+	select SSB
 	help
 	 Support for BCM63XX based boards
 

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 2/3] bcm63xx: select SSB since we are using ssb_arch_set_fallback_sprom
  2009-06-01 18:17 [PATCH 2/3] bcm63xx: select SSB since we are using ssb_arch_set_fallback_sprom Florian Fainelli
@ 2009-06-01 18:23 ` Florian Fainelli
  0 siblings, 0 replies; 2+ messages in thread
From: Florian Fainelli @ 2009-06-01 18:23 UTC (permalink / raw)
  To: Ralf Baechle; +Cc: linux-mips, Maxime Bizon

Le Monday 01 June 2009 20:17:48 Florian Fainelli, vous avez écrit :
> This patch makes BCM63XX select SSB since we unconditionnaly
> use ssb_arch_set_fallback_sprom. Without this linking would
> fail with an undefined reference.
>
> Signed-off-by: Florian Fainelli <florian@openwrt.org>
> ---
> diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
> index 05ee268..e1f0917 100644
> --- a/arch/mips/Kconfig
> +++ b/arch/mips/Kconfig
> @@ -72,6 +72,7 @@ config BCM63XX
>  	select SYS_HAS_EARLY_PRINTK
>  	select SWAP_IO_SPACE
>  	select ARCH_REQUIRE_GPIOLIB
> +	select SSB
>  	help
>  	 Support for BCM63XX based boards

Ralf,

Please find an updated version below. As Maxime pointed me out, this only 
applies to BCM963xx boards, not BCM63xx as a whole. Thanks !
-- 
Best regards, Florian Fainelli
Email : florian@openwrt.org
http://openwrt.org
-------------------------------

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-06-01 18:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-01 18:17 [PATCH 2/3] bcm63xx: select SSB since we are using ssb_arch_set_fallback_sprom Florian Fainelli
2009-06-01 18:23 ` Florian Fainelli

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.