Re: [U-Boot] [PATCH 11/11] efi_loader: exclude openrd devices

2017-10-11 Thread Alexander Graf
On 11.10.17 09:07, Stefan Roese wrote: > (Adding Albert as maintainer again) > > On 11.10.2017 00:50, Rob Clark wrote: >> On Tue, Oct 10, 2017 at 6:28 PM, Heinrich Schuchardt >> wrote: >>> On 10/10/2017 02:23 PM, Rob Clark wrote: These devices have small image size limits, so exclude

Re: [U-Boot] [PATCH 11/11] efi_loader: exclude openrd devices

2017-10-11 Thread Stefan Roese
(Adding Albert as maintainer again) On 11.10.2017 00:50, Rob Clark wrote: On Tue, Oct 10, 2017 at 6:28 PM, Heinrich Schuchardt wrote: On 10/10/2017 02:23 PM, Rob Clark wrote: These devices have small image size limits, so exclude EFI_LOADER to help avoid exceeding limits. Signed-off-by: Rob

Re: [U-Boot] [PATCH 11/11] efi_loader: exclude openrd devices

2017-10-10 Thread Rob Clark
On Tue, Oct 10, 2017 at 6:28 PM, Heinrich Schuchardt wrote: > On 10/10/2017 02:23 PM, Rob Clark wrote: >> >> These devices have small image size limits, so exclude EFI_LOADER to >> help avoid exceeding limits. >> >> Signed-off-by: Rob Clark >> --- >> lib/efi_loader/Kconfig | 2 +- >> 1 file ch

Re: [U-Boot] [PATCH 11/11] efi_loader: exclude openrd devices

2017-10-10 Thread Heinrich Schuchardt
On 10/10/2017 02:23 PM, Rob Clark wrote: These devices have small image size limits, so exclude EFI_LOADER to help avoid exceeding limits. Signed-off-by: Rob Clark --- lib/efi_loader/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/efi_loader/Kconfig b/lib/efi_

[U-Boot] [PATCH 11/11] efi_loader: exclude openrd devices

2017-10-10 Thread Rob Clark
These devices have small image size limits, so exclude EFI_LOADER to help avoid exceeding limits. Signed-off-by: Rob Clark --- lib/efi_loader/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/efi_loader/Kconfig b/lib/efi_loader/Kconfig index d2b6327119..6e22940da5 1