From aafdf66b5740ac219b9afe15c62cdedc1d97596f Mon Sep 17 00:00:00 2001 From: Thierry Laurion Date: Tue, 5 May 2020 10:54:31 -0400 Subject: [PATCH] coreboot-qemu-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 72ebec5956..125879a464 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