Re: [PATCH v2 9/9] efi: Make EBBR optional

2021-07-28 Thread Heinrich Schuchardt
On 7/2/21 10:38 PM, Simon Glass wrote: Hi Tom, On Fri, 2 Jul 2021 at 14:11, Tom Rini wrote: On Fri, Jul 02, 2021 at 12:36:20PM -0600, Simon Glass wrote: Avoid enabling the options (EBBR / EFI_LOADER) by default, to save space. Resync the CONFIG options also. Signed-off-by: Simon Glass

Re: [PATCH v2 9/9] efi: Make EBBR optional

2021-07-02 Thread Simon Glass
Hi Tom, On Fri, 2 Jul 2021 at 14:11, Tom Rini wrote: > > On Fri, Jul 02, 2021 at 12:36:20PM -0600, Simon Glass wrote: > > > Avoid enabling the options (EBBR / EFI_LOADER) by default, to save space. > > > > Resync the CONFIG options also. > > > > Signed-off-by: Simon Glass > > NAK. It's very muc

Re: [PATCH v2 9/9] efi: Make EBBR optional

2021-07-02 Thread Tom Rini
On Fri, Jul 02, 2021 at 12:36:20PM -0600, Simon Glass wrote: > Avoid enabling the options (EBBR / EFI_LOADER) by default, to save space. > > Resync the CONFIG options also. > > Signed-off-by: Simon Glass NAK. It's very much intentional that we have EFI_LOADER, and then looking ahead, any othe

[PATCH v2 9/9] efi: Make EBBR optional

2021-07-02 Thread Simon Glass
Avoid enabling the options (EBBR / EFI_LOADER) by default, to save space. Resync the CONFIG options also. Signed-off-by: Simon Glass --- (no changes since v1) common/Kconfig.boot | 2 +- configs/am335x_igep003x_defconfig| 1 - confi