Re: [RESEND PATCH 0/2] sc59x: Disable CONFIG_EFI_LOADER
Tom Rini <[email protected]>
| Newsgroups | org.u-boot-project.lists.u-boot |
|---|---|
| Message-ID | <[email protected]> |
On Mon, 10 Aug 2026 08:21:36 -0400, Caleb Ethridge wrote: > From: Caleb Ethridge <[email protected]> > > The sc5xx boards do not use UEFI support, so CONFIG_EFI_LOADER > brings in unused code in the build. This is already disabled for > every board except for the sc598 and sc594 variants, this series > extends this exclusion to those boards. > > [...] Applied to u-boot/main, thanks! [1/2] configs: adi: sc598: disable CONFIG_EFI_LOADER commit: 5c8c261ffce995bc5b7edcf958630903eeab4207 [2/2] configs: adi: sc594: disable CONFIG_EFI_LOADER commit: 0fe8d8389a366ed3a368be8f508b766a0bee73ba -- Tom