Re: [U-Boot] [PATCH v2 43/44] dm: systemace: Add driver-mode block-device support

2016-05-14 Thread Simon Glass
On 1 May 2016 at 11:36, Simon Glass wrote: > Add support for CONFIG_BLK to the systemace driver. > > Signed-off-by: Simon Glass > --- > > Changes in v2: None > > drivers/block/systemace.c | 44 > 1 file changed, 44 insertions(+) Applied to u-boot-dm.

[U-Boot] [PATCH v2 43/44] dm: systemace: Add driver-mode block-device support

2016-05-01 Thread Simon Glass
Add support for CONFIG_BLK to the systemace driver. Signed-off-by: Simon Glass --- Changes in v2: None drivers/block/systemace.c | 44 1 file changed, 44 insertions(+) diff --git a/drivers/block/systemace.c b/drivers/block/systemace.c index eeba7f0