[RFC 15/17] ARM: shmobile: Remove non-multiplatform Marzen reference support
Simon Horman
horms at verge.net.au
Mon Nov 25 19:26:45 EST 2013
On Sun, Nov 24, 2013 at 10:51:33PM -0800, Kuninori Morimoto wrote:
>
> Hi Simon
>
> > Now that r8a7779 has CCF support remove the legacy Marzen reference
> > Kconfig bits CONFIG_MACH_KOELSCH_REFERENCE for the non-multiplatform
> > case.
>
> I guess
>
> - CONFIG_MACH_KOELSCH_REFERENCE
> + CONFIG_MACH_MARZEN_REFERENCE
>
> > Starting from this commit Marzen board support is always enabled via
> > CONFIG_MACH_KOELSCH, and CONFIG_ARCH_MULTIPLATFORM is used to select
>
> ditto ?
>
> > between board-koelsch.c and board-koelsch-reference.c
> > The file board-koelsch-reference.c can no longer be used together with
>
> koelsch <-> marzen ?
>
> > --- a/arch/arm/mach-shmobile/Makefile
> > +++ b/arch/arm/mach-shmobile/Makefile
> > @@ -69,8 +69,7 @@ obj-$(CONFIG_MACH_BOCKW_REFERENCE) += board-bockw-reference.o
> > obj-$(CONFIG_MACH_GENMAI) += board-genmai.o
> > obj-$(CONFIG_MACH_GENMAI_REFERENCE) += board-genmai-reference.o
> > obj-$(CONFIG_MACH_MARZEN) += board-marzen.o
> > -obj-$(CONFIG_MACH_MARZEN_REFERENCE) += board-marzen-reference.o
> > -obj-$(CONFIG_MACH_LAGER) += board-lager.o
> > +obj-$(CONFIG_MACH_LAGER) += boardo-lager.o
>
> boardo-lager ??
Thanks. Sorry for the silly errors.
More information about the linux-arm-kernel
mailing list