[PATCH] Probe Efika platform before CHRP.
    Benjamin Herrenschmidt 
    benh at kernel.crashing.org
       
    Tue Dec 19 22:39:39 EST 2006
    
    
  
On Tue, 2006-12-19 at 09:54 +0000, David Woodhouse wrote:
> The Efika matches chrp_probe() too, so put its own probe first to make
> sure we get it right in a multiplatform build.
Hrm... I told them to remove that from their device-tree ... dammit !
> Signed-off-by: David Woodhouse <dwmw2 at infradead.org>
> 
> --- linux-2.6.19.ppc/arch/powerpc/platforms/Makefile~	2006-12-17 14:55:49.000000000 +0000
> +++ linux-2.6.19.ppc/arch/powerpc/platforms/Makefile	2006-12-17 17:16:52.000000000 +0000
> @@ -5,9 +5,9 @@ ifeq ($(CONFIG_PPC64),y)
>  obj-$(CONFIG_PPC_PMAC)		+= powermac/
>  endif
>  endif
> +obj-$(CONFIG_PPC_MPC52xx)	+= 52xx/
>  obj-$(CONFIG_PPC_CHRP)		+= chrp/
>  obj-$(CONFIG_4xx)		+= 4xx/
> -obj-$(CONFIG_PPC_MPC52xx)	+= 52xx/
>  obj-$(CONFIG_PPC_83xx)		+= 83xx/
>  obj-$(CONFIG_PPC_85xx)		+= 85xx/
>  obj-$(CONFIG_PPC_86xx)		+= 86xx/
> 
    
    
More information about the Linuxppc-dev
mailing list