diff options
author | Patrick Georgi <patrick@coreboot.org> | 2023-11-24 14:27:50 +0100 |
---|---|---|
committer | Patrick Georgi <patrick@coreboot.org> | 2023-11-25 13:54:27 +0000 |
commit | 06fb7384973d921249f81a9985221faf7b7b9eb0 (patch) | |
tree | 3786cc7f5446b9782bec91b9ce3cb6f4be71455e /configs/config.pcengines_apu5 | |
parent | c0461f4a5174511a7c2fcd98055acbd1a3870165 (diff) |
configs: Rename PXE_SERIAL_CONSOLE to IPXE_SERIAL_CONSOLE
This follows commit 238ff1e9c which did the rename across the tree
except here. Since Kconfig is going to become more strict about unknown
symbols, fix it.
Change-Id: Ic31b8ae353ec07e8b8adab46b604365be4be44d9
Signed-off-by: Patrick Georgi <patrick@coreboot.org>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/79252
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Diffstat (limited to 'configs/config.pcengines_apu5')
-rw-r--r-- | configs/config.pcengines_apu5 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/config.pcengines_apu5 b/configs/config.pcengines_apu5 index e5ddcee361..b004e89c91 100644 --- a/configs/config.pcengines_apu5 +++ b/configs/config.pcengines_apu5 @@ -8,5 +8,5 @@ CONFIG_SEABIOS_ADD_SERCON_PORT_FILE=y CONFIG_PXE=y CONFIG_BUILD_IPXE=y CONFIG_PXE_ROM_ID="8086,1539" -# CONFIG_PXE_SERIAL_CONSOLE is not set +# CONFIG_IPXE_SERIAL_CONSOLE is not set CONFIG_MEMTEST_SECONDARY_PAYLOAD=y |