Re: [PATCH 08/36] ARM: exynos: stop selecting PLAT_SAMSUNG

2019-10-23 Thread Arnd Bergmann
On Wed, Oct 23, 2019 at 12:57 PM Krzysztof Kozlowski wrote: > On Thu, Oct 10, 2019 at 10:29:52PM +0200, Arnd Bergmann wrote: > > @@ -1022,7 +1022,7 @@ choice > > by the boot-loader before use. > > > > config DEBUG_S3C_UART2 > > - depends on PLAT_SAMSUNG > > +

Re: [PATCH 08/36] ARM: exynos: stop selecting PLAT_SAMSUNG

2019-10-23 Thread Krzysztof Kozlowski
On Thu, Oct 10, 2019 at 10:29:52PM +0200, Arnd Bergmann wrote: > Now that no code in arch/arm is shared between mach-exynos and the > others, make the split formal. > > Signed-off-by: Arnd Bergmann > --- > arch/arm/Kconfig.debug| 8 > arch/arm/Makefile | 1 - > arch/

Re: [PATCH 08/36] ARM: exynos: stop selecting PLAT_SAMSUNG

2019-10-15 Thread Ulf Hansson
On Thu, 10 Oct 2019 at 22:34, Arnd Bergmann wrote: > > Now that no code in arch/arm is shared between mach-exynos and the > others, make the split formal. > > Signed-off-by: Arnd Bergmann > --- > arch/arm/Kconfig.debug| 8 > arch/arm/Makefile | 1 - > arch/arm/mach-e

[PATCH 08/36] ARM: exynos: stop selecting PLAT_SAMSUNG

2019-10-10 Thread Arnd Bergmann
Now that no code in arch/arm is shared between mach-exynos and the others, make the split formal. Signed-off-by: Arnd Bergmann --- arch/arm/Kconfig.debug| 8 arch/arm/Makefile | 1 - arch/arm/mach-exynos/Makefile | 4 arch/arm/plat-samsung/Kconfig | 4 ++-- driv