[PATCH 1/3] ARM: allow platforms to use generic headers without ARCH_MULTIPLATFORM

Russell King - ARM Linux linux at arm.linux.org.uk
Fri Mar 15 13:23:10 EDT 2013


On Wed, Mar 13, 2013 at 04:53:16PM +0000, Jonathan Austin wrote:
> diff --git a/arch/arm/boot/compressed/misc.c b/arch/arm/boot/compressed/misc.c
> index df89983..5c6fd05 100644
> --- a/arch/arm/boot/compressed/misc.c
> +++ b/arch/arm/boot/compressed/misc.c
> @@ -25,7 +25,7 @@ unsigned int __machine_arch_type;
>  static void putstr(const char *ptr);
>  extern void error(char *x);
>  
> -#ifdef CONFIG_ARCH_MULTIPLATFORM
> +#ifdef CONFIG_ARM_GENERIC_HEADERS

Note that this will conflict with patches I've just merged.  I wouldn't
suggest you rely on those patches yet until they've had some wider
testing, so I'd recommend you hold off with these for a while.



More information about the linux-arm-kernel mailing list