Re: [U-Boot] [PATCH v2 1/1] efi_loader: correct efi_disk_register

2018-02-09 Thread Jonathan Gray
On Fri, Feb 09, 2018 at 08:55:47PM +0100, Heinrich Schuchardt wrote: > efi_disk_register should return as status code (efi_status_t). > > Disks with zero blocks should be reported as 'not ready' without throwing > an error. > > This patch solves a problem running OpenBSD on system configured

[U-Boot] [PATCH v2 1/1] efi_loader: correct efi_disk_register

2018-02-09 Thread Heinrich Schuchardt
efi_disk_register should return as status code (efi_status_t). Disks with zero blocks should be reported as 'not ready' without throwing an error. This patch solves a problem running OpenBSD on system configured with CONFIG_BLK=n (e.g. i.MX6). Reported-by: Jonathan Gray