[PATCH] rfc v2: ARM: mach-shmobile: mackerel: Add zboot support
Paul Mundt
lethal at linux-sh.org
Wed Dec 8 19:25:12 EST 2010
On Thu, Dec 09, 2010 at 08:14:47AM +0900, Simon Horman wrote:
> * Use head-mackerel.txt for Mackerel.
> head-ap4evb.txt was used by mistake.
>
...
> diff --git a/arch/arm/mach-shmobile/include/mach/zboot.h b/arch/arm/mach-shmobile/include/mach/zboot.h
> index 3ad86b7..994b891 100644
> --- a/arch/arm/mach-shmobile/include/mach/zboot.h
> +++ b/arch/arm/mach-shmobile/include/mach/zboot.h
> @@ -13,6 +13,9 @@
> #ifdef CONFIG_MACH_AP4EVB
> #define MACH_TYPE MACH_TYPE_AP4EVB
> #include "mach/head-ap4evb.txt"
> +#elif CONFIG_MACH_MACKEREL
> +#define MACH_TYPE MACH_TYPE_MACKEREL
> +#include "mach/head-ap4evb.txt"
> #else
> #error "unsupported board."
> #endif
Looks like it still does?
More information about the linux-arm-kernel
mailing list