Hi all,
After merging the efi-fixes tree, today's linux-next build (arm
multi_v7_defconfig) failed like this:
arm-linux-gnueabi-ld: drivers/firmware/efi/efi-init.o: in function `efi_init':
efi-init.c:(.init.text+0x474): undefined reference to `efi_earlycon_reprobe'
Caused by commit
3923c4cf06af ("efi: earlycon: Reprobe after parsing config tables")
$ grep CONFIG_EFI_EARLYCON .config
$
I have used the efi-fixes tree from next-20230310 for today.
--
Cheers,
Stephen Rothwell
On Mon, 13 Mar 2023 at 23:40, Stephen Rothwell <[email protected]> wrote:
>
> Hi all,
>
> After merging the efi-fixes tree, today's linux-next build (arm
> multi_v7_defconfig) failed like this:
>
> arm-linux-gnueabi-ld: drivers/firmware/efi/efi-init.o: in function `efi_init':
> efi-init.c:(.init.text+0x474): undefined reference to `efi_earlycon_reprobe'
>
> Caused by commit
>
> 3923c4cf06af ("efi: earlycon: Reprobe after parsing config tables")
>
> $ grep CONFIG_EFI_EARLYCON .config
> $
>
> I have used the efi-fixes tree from next-20230310 for today.
>
Thanks for the report. It has already been fixed on the branch, so the
next time you pull it, things should build as expected.