Re: [U-Boot] [PATCH v2 18/19] dm: socfpga: Move driver model CONFIGs to Kconfig

2015-02-11 Thread Simon Glass
On 9 February 2015 at 10:04, Marek Vasut wrote: > On Monday, February 09, 2015 at 05:45:37 PM, Dinh Nguyen wrote: >> On 02/09/2015 01:29 AM, Stefan Roese wrote: >> > Hi, >> > >> > (added Marek to Cc) > > [...] > >> >>> Would you need to also update socfpga_cyclone5_defconfig or is that not >> >>>

Re: [U-Boot] [PATCH v2 18/19] dm: socfpga: Move driver model CONFIGs to Kconfig

2015-02-09 Thread Marek Vasut
On Monday, February 09, 2015 at 05:45:37 PM, Dinh Nguyen wrote: > On 02/09/2015 01:29 AM, Stefan Roese wrote: > > Hi, > > > > (added Marek to Cc) [...] > >>> Would you need to also update socfpga_cyclone5_defconfig or is that not > >>> needed? > >>> > >> From what I can tell it does not use dr

Re: [U-Boot] [PATCH v2 18/19] dm: socfpga: Move driver model CONFIGs to Kconfig

2015-02-09 Thread Dinh Nguyen
On 02/09/2015 01:29 AM, Stefan Roese wrote: > Hi, > > (added Marek to Cc) > > On 07.02.2015 01:11, Simon Glass wrote: >> Hi Dinh, >> >> On 6 February 2015 at 16:36, Dinh Nguyen >> wrote: >>> Hi Simon, >>> >>> On 02/05/2015 10:41 PM, Simon Glass wrote: Remove driver model CONFIGs from the bo

Re: [U-Boot] [PATCH v2 18/19] dm: socfpga: Move driver model CONFIGs to Kconfig

2015-02-08 Thread Stefan Roese
Hi, (added Marek to Cc) On 07.02.2015 01:11, Simon Glass wrote: Hi Dinh, On 6 February 2015 at 16:36, Dinh Nguyen wrote: Hi Simon, On 02/05/2015 10:41 PM, Simon Glass wrote: Remove driver model CONFIGs from the board config headers and use Kconfig instead. Signed-off-by: Simon Glass ---

Re: [U-Boot] [PATCH v2 18/19] dm: socfpga: Move driver model CONFIGs to Kconfig

2015-02-06 Thread Simon Glass
Hi Dinh, On 6 February 2015 at 16:36, Dinh Nguyen wrote: > Hi Simon, > > On 02/05/2015 10:41 PM, Simon Glass wrote: >> Remove driver model CONFIGs from the board config headers and use Kconfig >> instead. >> >> Signed-off-by: Simon Glass >> --- >> >> Changes in v2: None >> >> configs/socfpga_so

Re: [U-Boot] [PATCH v2 18/19] dm: socfpga: Move driver model CONFIGs to Kconfig

2015-02-06 Thread Dinh Nguyen
Hi Simon, On 02/05/2015 10:41 PM, Simon Glass wrote: > Remove driver model CONFIGs from the board config headers and use Kconfig > instead. > > Signed-off-by: Simon Glass > --- > > Changes in v2: None > > configs/socfpga_socrates_defconfig | 3 +++ > include/configs/socfpga_common.h | 7 ---

[U-Boot] [PATCH v2 18/19] dm: socfpga: Move driver model CONFIGs to Kconfig

2015-02-05 Thread Simon Glass
Remove driver model CONFIGs from the board config headers and use Kconfig instead. Signed-off-by: Simon Glass --- Changes in v2: None configs/socfpga_socrates_defconfig | 3 +++ include/configs/socfpga_common.h | 7 --- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/confi