On Mon, Mar 18, 2019 at 1:29 PM Bartosz Golaszewski <b...@bgdev.pl> wrote: > > From: Bartosz Golaszewski <bgolaszew...@baylibre.com> > > 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 <bgolaszew...@baylibre.com>
I like this a lot, it gives me some hope that we can eventually do the same for the remaining ARMv5 platforms that are not multiplatform yet (s3c24xx, ks8695, w90x900, lpc32xx, omap1, ep93xx, and maybe even the xscale based ones). I have done a lot of randconfig testing with this patch appled now and not found any issues, great work! Arnd