From afb338d5d79822f47447e44b946c93428402dec0 Mon Sep 17 00:00:00 2001 From: Thierry Laurion Date: Wed, 4 Jan 2023 19:01:42 -0500 Subject: [PATCH] qemu-coreboot-whiptail-tpm1: correction of boardname to reflect reality --- .../qemu-coreboot-whiptail-tpm1.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/qemu-coreboot-whiptail-tpm1/qemu-coreboot-whiptail-tpm1.config b/boards/qemu-coreboot-whiptail-tpm1/qemu-coreboot-whiptail-tpm1.config index 4b11e94a..7aa28f40 100644 --- a/boards/qemu-coreboot-whiptail-tpm1/qemu-coreboot-whiptail-tpm1.config +++ b/boards/qemu-coreboot-whiptail-tpm1/qemu-coreboot-whiptail-tpm1.config @@ -58,7 +58,7 @@ export CONFIG_BOOT_KERNEL_REMOVE="quiet rhgb splash" export CONFIG_TPM=y export CONFIG_BOOT_DEV="/dev/vda1" -export CONFIG_BOARD_NAME="qemu-coreboot-fbwhiptail-tpm1-hotp" +export CONFIG_BOARD_NAME="qemu-coreboot-whiptail-tpm1" # Use the GPG-injected ROM if a key was given, since we can't reflash a GPG # keyring in QEMU. Otherwise use the plain ROM, some things can still be tested