From 005c5191ccc3746f6e21a02b95af8c17a32bee4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Kope=C4=87?= Date: Thu, 28 Nov 2024 17:08:33 +0100 Subject: [PATCH] boards/novacustom-v540tu/novacustom-v540tu.config: remove unneeded debug options MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Kopeć --- boards/novacustom-v540tu/novacustom-v540tu.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/boards/novacustom-v540tu/novacustom-v540tu.config b/boards/novacustom-v540tu/novacustom-v540tu.config index 7938254fa..042fa2ffd 100644 --- a/boards/novacustom-v540tu/novacustom-v540tu.config +++ b/boards/novacustom-v540tu/novacustom-v540tu.config @@ -8,8 +8,8 @@ CONFIG_COREBOOT_CONFIG=config/coreboot-novacustom-v540tu.config CONFIG_LINUX_CONFIG=config/linux-nitropad-x.config #Enable DEBUG output -export CONFIG_DEBUG_OUTPUT=y -export CONFIG_ENABLE_FUNCTION_TRACING_OUTPUT=y +#export CONFIG_DEBUG_OUTPUT=y +#export CONFIG_ENABLE_FUNCTION_TRACING_OUTPUT=y #Enable TPM2 pcap output under /tmp #export CONFIG_TPM2_CAPTURE_PCAP=y