From d7b37b0a670abc24e538700c0e2762f1cde7faf7 Mon Sep 17 00:00:00 2001 From: Peter Stuge Date: Sat, 17 Oct 2009 03:00:04 +0000 Subject: [PATCH] Silence src/Kconfig:349:warning: config symbol defined without type Signed-off-by: Peter Stuge Acked-by: Peter Stuge git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4801 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Kconfig b/src/Kconfig index 1379beef8..e6a12b51f 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -347,6 +347,7 @@ config COMPRESSED_PAYLOAD_LZMA coreboot can compress them using the LZMA algorithm. config COMPRESSED_PAYLOAD_NRV2B + bool default n endmenu -- 2.25.1