Re: [PATCH v2 4/5] ARM: davinci: support multiplatform build for ARM v5

From: Arnd Bergmann
Date: Mon Sep 09 2019 - 15:38:25 EST


On Mon, Sep 9, 2019 at 9:38 AM Sekhar Nori <nsekhar@xxxxxx> wrote:
>
> On 25/07/19 6:42 PM, Bartosz Golaszewski wrote:
> > From: Bartosz Golaszewski <bgolaszewski@xxxxxxxxxxxx>
> >
> > Add modifications necessary to make davinci part of the ARM v5
> > multiplatform build.
> >
> > Move the arch-specific configuration out of arch/arm/Kconfig and
> > into mach-davinci/Kconfig. Remove the sub-menu for DaVinci
> > implementations (they'll be visible directly under the system type.
> > Select all necessary options not already selected by ARCH_MULTI_V5.
> > Update davinci_all_defconfig. Explicitly include the mach-specific
> > headers in mach-davinci/Makefile.
> >
> > Signed-off-by: Bartosz Golaszewski <bgolaszewski@xxxxxxxxxxxx>
>
> Acked-by: Sekhar Nori <nsekhar@xxxxxx>

Ok, pulled both into arm/soc.

Arnd