Re: [PATCH 02/15] arm: sunxi: Remove most SoC-specific config header files

2022-03-10 Thread Samuel Holland
On 3/10/22 8:04 AM, Andre Przywara wrote: > On Thu, 10 Mar 2022 08:32:11 -0500 > Tom Rini wrote: > >> On Thu, Mar 10, 2022 at 10:58:50AM +, Andre Przywara wrote: >>> On Wed, 9 Mar 2022 20:43:51 -0500 >>> Tom Rini wrote: >>> >>> Hi Tom, >>> At this point, sunxi-common.h is used for a

Re: [PATCH 02/15] arm: sunxi: Remove most SoC-specific config header files

2022-03-10 Thread Tom Rini
On Thu, Mar 10, 2022 at 02:04:31PM +, Andre Przywara wrote: > On Thu, 10 Mar 2022 08:32:11 -0500 > Tom Rini wrote: > > > On Thu, Mar 10, 2022 at 10:58:50AM +, Andre Przywara wrote: > > > On Wed, 9 Mar 2022 20:43:51 -0500 > > > Tom Rini wrote: > > > > > > Hi Tom, > > > > > > > At thi

Re: [PATCH 02/15] arm: sunxi: Remove most SoC-specific config header files

2022-03-10 Thread Andre Przywara
On Thu, 10 Mar 2022 08:32:11 -0500 Tom Rini wrote: > On Thu, Mar 10, 2022 at 10:58:50AM +, Andre Przywara wrote: > > On Wed, 9 Mar 2022 20:43:51 -0500 > > Tom Rini wrote: > > > > Hi Tom, > > > > > At this point, sunxi-common.h is used for all systems except for some > > > MACH_SUN50I va

Re: [PATCH 02/15] arm: sunxi: Remove most SoC-specific config header files

2022-03-10 Thread Tom Rini
On Thu, Mar 10, 2022 at 10:58:50AM +, Andre Przywara wrote: > On Wed, 9 Mar 2022 20:43:51 -0500 > Tom Rini wrote: > > Hi Tom, > > > At this point, sunxi-common.h is used for all systems except for some > > MACH_SUN50I variants. Remove the now basically empty header files and > > update CON

Re: [PATCH 02/15] arm: sunxi: Remove most SoC-specific config header files

2022-03-10 Thread Andre Przywara
On Wed, 9 Mar 2022 20:43:51 -0500 Tom Rini wrote: Hi Tom, > At this point, sunxi-common.h is used for all systems except for some > MACH_SUN50I variants. Remove the now basically empty header files and > update CONFIG_SYS_CONFIG_NAME to use sunxi-common.h directly. So is this #include the on

[PATCH 02/15] arm: sunxi: Remove most SoC-specific config header files

2022-03-09 Thread Tom Rini
At this point, sunxi-common.h is used for all systems except for some MACH_SUN50I variants. Remove the now basically empty header files and update CONFIG_SYS_CONFIG_NAME to use sunxi-common.h directly. Cc: Jagan Teki Cc: Andre Przywara Signed-off-by: Tom Rini --- arch/arm/mach-sunxi/Kconfig |