From 29e28005abf4a28c3226bbf9b0297c64616f907e Mon Sep 17 00:00:00 2001 From: Thierry Laurion Date: Tue, 5 May 2020 10:54:31 -0400 Subject: [PATCH] qemu-coreboot-fbwhiptail: removing of unneeded comments --- .../qemu-coreboot-fbwhiptail.config | 9 --------- 1 file changed, 9 deletions(-) diff --git a/boards/qemu-coreboot-fbwhiptail/qemu-coreboot-fbwhiptail.config b/boards/qemu-coreboot-fbwhiptail/qemu-coreboot-fbwhiptail.config index 72ebec595..125879a46 100644 --- a/boards/qemu-coreboot-fbwhiptail/qemu-coreboot-fbwhiptail.config +++ b/boards/qemu-coreboot-fbwhiptail/qemu-coreboot-fbwhiptail.config @@ -23,14 +23,9 @@ CONFIG_MBEDTLS=y CONFIG_DROPBEAR=y CONFIG_MSRTOOLS=y -#Uncomment only one of the following block #Required for graphical gui-init (FBWhiptail) CONFIG_CAIRO=y CONFIG_FBWHIPTAIL=y -# -#text-based init (generic-init and gui-init) -#CONFIG_NEWT=y -#CONFIG_SLANG=y endif @@ -39,12 +34,8 @@ CONFIG_LINUX_AHCI=y CONFIG_LINUX_USB=y CONFIG_LINUX_E1000=y -#Uncomment only one BOOTSCRIPT: #Whiptail-based init (text-based or FBWhiptail) export CONFIG_BOOTSCRIPT=/bin/gui-init -# -#text-based original init: -#export CONFIG_BOOTSCRIPT=/bin/generic-init export CONFIG_TPM=n