Re: [U-Boot] [PATCH 1/3] drivers: block: Kconfig: set default n to CONFIG_DISK

2016-04-09 Thread Simon Glass
Hi, On 13 March 2016 at 07:08, Tom Rini wrote: > > On Sat, Mar 12, 2016 at 07:52:01PM -0700, Simon Glass wrote: > > Hi Mugunthan, > > > > On 7 March 2016 at 23:30, Mugunthan V N wrote: > > > Hi Simon > > > > > > On Monday 07 March 2016 08:09 AM, Simon Glass wrote: > > >> Hi Mugunthan, > > >> > >

Re: [U-Boot] [PATCH 1/3] drivers: block: Kconfig: set default n to CONFIG_DISK

2016-03-13 Thread Tom Rini
On Sat, Mar 12, 2016 at 07:52:01PM -0700, Simon Glass wrote: > Hi Mugunthan, > > On 7 March 2016 at 23:30, Mugunthan V N wrote: > > Hi Simon > > > > On Monday 07 March 2016 08:09 AM, Simon Glass wrote: > >> Hi Mugunthan, > >> > >> On 2 March 2016 at 22:06, Mugunthan V N wrote: > >>> > When a pla

Re: [U-Boot] [PATCH 1/3] drivers: block: Kconfig: set default n to CONFIG_DISK

2016-03-12 Thread Simon Glass
Hi Mugunthan, On 7 March 2016 at 23:30, Mugunthan V N wrote: > Hi Simon > > On Monday 07 March 2016 08:09 AM, Simon Glass wrote: >> Hi Mugunthan, >> >> On 2 March 2016 at 22:06, Mugunthan V N wrote: >>> > When a platform is converted to support DM and when its scsi >>> > driver is not converted

Re: [U-Boot] [PATCH 1/3] drivers: block: Kconfig: set default n to CONFIG_DISK

2016-03-07 Thread Mugunthan V N
Hi Simon On Monday 07 March 2016 08:09 AM, Simon Glass wrote: > Hi Mugunthan, > > On 2 March 2016 at 22:06, Mugunthan V N wrote: >> > When a platform is converted to support DM and when its scsi >> > driver is not converted to support DM, there is a build break as >> > multiple definition of scs

Re: [U-Boot] [PATCH 1/3] drivers: block: Kconfig: set default n to CONFIG_DISK

2016-03-06 Thread Simon Glass
Hi Mugunthan, On 2 March 2016 at 22:06, Mugunthan V N wrote: > When a platform is converted to support DM and when its scsi > driver is not converted to support DM, there is a build break as > multiple definition of scsi_init(). So select CONFIG_DISK only > when the platform supports CONFIG_DISK.

[U-Boot] [PATCH 1/3] drivers: block: Kconfig: set default n to CONFIG_DISK

2016-03-02 Thread Mugunthan V N
When a platform is converted to support DM and when its scsi driver is not converted to support DM, there is a build break as multiple definition of scsi_init(). So select CONFIG_DISK only when the platform supports CONFIG_DISK. drivers/built-in.o: In function `scsi_init': /home/mugunthan/workspac