Re: [U-Boot] [PATCH 04/11] sunxi: Add SUNXI_RSB kconfig entry

2018-02-12 Thread Maxime Ripard
On Fri, Feb 09, 2018 at 04:09:41PM +0530, Jagan Teki wrote: > On Tue, Feb 6, 2018 at 9:19 PM, Maxime Ripard > wrote: > > Hi, > > > > On Tue, Feb 06, 2018 at 08:45:21PM +0530, Jagan Teki wrote: > >> Add simple and meaningful kconfig option for rsb.c > >> instead of

Re: [U-Boot] [PATCH 04/11] sunxi: Add SUNXI_RSB kconfig entry

2018-02-09 Thread Jagan Teki
On Tue, Feb 6, 2018 at 9:19 PM, Maxime Ripard wrote: > Hi, > > On Tue, Feb 06, 2018 at 08:45:21PM +0530, Jagan Teki wrote: >> Add simple and meaningful kconfig option for rsb.c >> instead of using MACH type on Makefile. >> >> Signed-off-by: Jagan Teki

Re: [U-Boot] [PATCH 04/11] sunxi: Add SUNXI_RSB kconfig entry

2018-02-06 Thread Maxime Ripard
Hi, On Tue, Feb 06, 2018 at 08:45:21PM +0530, Jagan Teki wrote: > Add simple and meaningful kconfig option for rsb.c > instead of using MACH type on Makefile. > > Signed-off-by: Jagan Teki > --- > arch/arm/mach-sunxi/Kconfig | 10 ++ >

[U-Boot] [PATCH 04/11] sunxi: Add SUNXI_RSB kconfig entry

2018-02-06 Thread Jagan Teki
Add simple and meaningful kconfig option for rsb.c instead of using MACH type on Makefile. Signed-off-by: Jagan Teki --- arch/arm/mach-sunxi/Kconfig | 10 ++ arch/arm/mach-sunxi/Makefile | 3 +-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git