From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 27A41C636CC for ; Tue, 31 Jan 2023 15:29:00 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id CAFA985AEC; Tue, 31 Jan 2023 16:28:37 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=chromium.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; unprotected) header.d=chromium.org header.i=@chromium.org header.b="Y53RFACt"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 9EA6A85AFA; Tue, 31 Jan 2023 16:27:52 +0100 (CET) Received: from mail-il1-x12d.google.com (mail-il1-x12d.google.com [IPv6:2607:f8b0:4864:20::12d]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id BBF1985AF2 for ; Tue, 31 Jan 2023 16:27:46 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=chromium.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=sjg@chromium.org Received: by mail-il1-x12d.google.com with SMTP id m15so1990881ilh.9 for ; Tue, 31 Jan 2023 07:27:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=NgTj7bgZoN6E+KV59Ukol/R3rJzkeAECPLTYplwRMMk=; b=Y53RFACtaYb/FVep7cDYyBzIVm3tJznaGi7aSm5GTdXZa+DmfNWbHKzrQlWYqm5sF1 628qR9PbhhZHBmbB1Dpi7FBYod++93rpmWQrUW8HG2WaD+zdfwsrfbXnzUXFMJ9508mB mdR6JOyIIgo9ZxAQOzMGbMwztTxL0NIBIxXe4= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=NgTj7bgZoN6E+KV59Ukol/R3rJzkeAECPLTYplwRMMk=; b=ZJsbchxsRl6AdnVYCD7kCOv2txpegs7DG/uWxkHAgIzTPZyvAqF9B14Y6RXscCkHgh GDGiOI+YTfMByE+TzO+kFTEnkRtyhi4SlWyk4/iDBdyoUQuS/VYb9U3mMdXpyoD8WmSz 4GfNfS0cRVNrmKUmjF8qI6hqKFP9Yys/yUD0blqnUrX8JoNsLCPsj21VmeHUHEHblb+7 m8WfmnLGPs3aKpH03qJ9K9xel9/G8HUn8uF+GGPLKpAinlm5+JbFWQsi+ytr/1Rwrz4q X7eWb0IrENcKJuLm2SAAxHoDxbs/bEM5AcgfeN9LU9swnHFWI4PmH051et8B15xrC9WO jGjg== X-Gm-Message-State: AO0yUKWVgHb1GxHQfmNkEchj/BSkeqA1x7ju/QVkm5uWutXlFyKJzZhb RrtUQPAV5iA9XG4a0mK7Cgib6BXxmuUmFazu X-Google-Smtp-Source: AK7set9Hyythrq/ApdjAktTePHwwx4JhXwWmWB8V1ziTIFUYiV/QJ4tXrRvFipKMonc6NnxnL/lxsQ== X-Received: by 2002:a05:6e02:12e4:b0:310:e81a:f55c with SMTP id l4-20020a056e0212e400b00310e81af55cmr8601120iln.4.1675178864802; Tue, 31 Jan 2023 07:27:44 -0800 (PST) Received: from sjg1.lan (c-73-14-173-85.hsd1.co.comcast.net. [73.14.173.85]) by smtp.gmail.com with ESMTPSA id u4-20020a02cb84000000b0039db6cffcbasm5649328jap.71.2023.01.31.07.27.44 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 31 Jan 2023 07:27:44 -0800 (PST) From: Simon Glass To: U-Boot Mailing List Cc: Tom Rini , Simon Glass Subject: [PATCH 07/32] boot: Add a Kconfig for SPL_UT_COMPRESSION Date: Tue, 31 Jan 2023 08:26:37 -0700 Message-Id: <20230131152702.249197-8-sjg@chromium.org> X-Mailer: git-send-email 2.39.1.456.gfc5497dd1b-goog In-Reply-To: <20230131152702.249197-1-sjg@chromium.org> References: <20230131152702.249197-1-sjg@chromium.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.6 at phobos.denx.de X-Virus-Status: Clean This is implicitly used in the source and seems useful, so add it. Signed-off-by: Simon Glass --- test/Kconfig | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test/Kconfig b/test/Kconfig index 465028265b2..944d4eb1560 100644 --- a/test/Kconfig +++ b/test/Kconfig @@ -75,6 +75,11 @@ config UT_COMPRESSION Enables tests for compression and decompression routines for simple sanity and for buffer overflow conditions. +config SPL_UT_COMPRESSION + def_bool n + help + Dummy option to ensure that this feature is not enabled in SPL. + config UT_LOG bool "Unit tests for logging functions" depends on UNIT_TEST -- 2.39.1.456.gfc5497dd1b-goog