Re: [U-Boot] [PATCH 14/20] dm: efi: Update for CONFIG_BLK

2016-05-27 Thread Simon Glass
On 15 May 2016 at 02:21, Alexander Graf wrote: > > > On 14.05.16 22:03, Simon Glass wrote: >> This code does not currently build with driver model enabled for block >> devices. Update it to correct this. >> >> Signed-off-by: Simon Glass > > Reviewed-by: Alexander Graf > > > Alex Applied to u-bo

Re: [U-Boot] [PATCH 14/20] dm: efi: Update for CONFIG_BLK

2016-05-15 Thread Alexander Graf
On 14.05.16 22:03, Simon Glass wrote: > This code does not currently build with driver model enabled for block > devices. Update it to correct this. > > Signed-off-by: Simon Glass Reviewed-by: Alexander Graf Alex ___ U-Boot mailing list U-Boot@lis

[U-Boot] [PATCH 14/20] dm: efi: Update for CONFIG_BLK

2016-05-14 Thread Simon Glass
This code does not currently build with driver model enabled for block devices. Update it to correct this. Signed-off-by: Simon Glass --- include/efi_loader.h | 2 +- lib/efi_loader/efi_disk.c | 61 +++ 2 files changed, 47 insertions(+), 16 dele