Re: [PATCH 0/2] sc59x: Disable CONFIG_EFI_LOADER
Greg Malysa <[email protected]>
| Newsgroups | org.u-boot-project.lists.u-boot |
|---|---|
| Message-ID | <CABdDSeWumWibqCiPf0FnbOZbQZ=95XM8vW4TyTcZ2DS1s5e+ag@mail.gmail.com> |
Hi Caleb, On Wed, Aug 5, 2026 at 9:08 AM Caleb Ethridge <[email protected]> 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. > > Caleb Ethridge (2): > configs: adi: sc598: disable CONFIG_EFI_LOADER > configs: adi: sc594: disable CONFIG_EFI_LOADER > > configs/sc594-som-ezkit-spl_defconfig | 1 + > configs/sc594-som-ezlite-spl_defconfig | 2 +- > configs/sc598-som-ezkit-spl_defconfig | 2 +- > configs/sc598-som-ezlite-spl_defconfig | 2 +- > 4 files changed, 4 insertions(+), 3 deletions(-) > > -- > 2.43.0 > This series fails to apply to uboot/main for me. I only see # CONFIG_TOOLS_MKEFICAPSULE is not set in sc594-som-ezlite-spl_defconfig. and the other diffs are missing changes introduced in c6796425da45f ("arm: sc5xx: Remove SC5XX_LOADADDR"), so I think you need to rebase on top of main to pick them up. Thanks, Greg