Re: [U-Boot] [PATCH 14/14] dm: sunxi: Move Linksprite_pcDuino3 to use DM for MMC, SATA

2017-06-21 Thread Maxime Ripard
Hi, On Tue, Jun 20, 2017 at 12:26:21PM -0600, Simon Glass wrote: > Hi Maxime, > > On 20 June 2017 at 00:45, Maxime Ripard > wrote: > > Hi Simon, > > > > On Mon, Jun 19, 2017 at 11:11:31AM -0600, Simon Glass wrote: > >> Move this board over to driver model for

Re: [U-Boot] [PATCH 14/14] dm: sunxi: Move Linksprite_pcDuino3 to use DM for MMC, SATA

2017-06-20 Thread Simon Glass
Hi Maxime, On 20 June 2017 at 00:45, Maxime Ripard wrote: > Hi Simon, > > On Mon, Jun 19, 2017 at 11:11:31AM -0600, Simon Glass wrote: >> Move this board over to driver model for MMC and SATA. This means that it >> uses CONFIG_BLK as well. In SPL these options

Re: [U-Boot] [PATCH 14/14] dm: sunxi: Move Linksprite_pcDuino3 to use DM for MMC, SATA

2017-06-20 Thread Maxime Ripard
Hi Simon, On Mon, Jun 19, 2017 at 11:11:31AM -0600, Simon Glass wrote: > Move this board over to driver model for MMC and SATA. This means that it > uses CONFIG_BLK as well. In SPL these options remain turned off since it > increases the code size. One option would be to use

[U-Boot] [PATCH 14/14] dm: sunxi: Move Linksprite_pcDuino3 to use DM for MMC, SATA

2017-06-19 Thread Simon Glass
Move this board over to driver model for MMC and SATA. This means that it uses CONFIG_BLK as well. In SPL these options remain turned off since it increases the code size. One option would be to use CONFIG_SPL_OF_PLATDATA to avoid device-tree overhead. Signed-off-by: Simon Glass