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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3C8A5C433EF for ; Wed, 3 Nov 2021 14:21:04 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id D96BF61050 for ; Wed, 3 Nov 2021 14:21:03 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org D96BF61050 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=denx.de Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.denx.de Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 32CFF83651; Wed, 3 Nov 2021 15:20:56 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=denx.de Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1635949256; bh=MvNdKCUIYoyxLs3B8kARYJg8fOseX7+kzGW0MhM6X3I=; h=From:To:Cc:Subject:Date:In-Reply-To:References:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=P4ZukYp/IkdTCNH/8bDX6nwpiZZ4xjy/AzOuPRKLWPRF7VVKAZ4/Jet869B7ZXzg4 ZIy0iignqEbfOa2C2qbpMtpzygQxNbAP3gdgzS410OD/olyLqS+UR9hNIagMu+ArnY 5NGQEOhCLVR4BByZ02nlJL39qbav/cIA9u9YCAZNgFVFzpHzzmzpKVYHJcHfUMwvPc 7pMESCuUlfh7SJcBZpZB3qCrrvUv974Mlh6+XKufCjbM2ob3KzVcyJ12/KuIVMjCe1 v+lVXlCmKJTN4APGGTcwVQYYn5aaDoLEvlFQvlz7QTRHvVGclJ2r7tb97r6OjzX+TB QfdJDpBlTChSw== Received: from tr.lan (ip-89-176-112-137.net.upcbroadband.cz [89.176.112.137]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: marex@denx.de) by phobos.denx.de (Postfix) with ESMTPSA id 9DD5083640; Wed, 3 Nov 2021 15:20:44 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1635949244; bh=MvNdKCUIYoyxLs3B8kARYJg8fOseX7+kzGW0MhM6X3I=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=O6ANoyokIO/2uDdpjSNtTMLbwjgC4LemHbGCxJ9mouZsZI0AHAd9P9GNKvV8f6tEa 2fzJZEd0yewjbkMSNErogBL9Rjet3FDqk4x5Is5WwigXc0JXTg+rlWSkmR+1fBbSnG 8MftudB7ellU5XdvdiCrOnxcH4aJgfC/OJvvG+dz5pstBik9+4ou8ZAveKx6lyyqQq +ogEIsnIHXDTFw8I6vBimkt1Ob6Q85u61tGefLWT9Ss4+tk4QVevJV8cg/iwCkx5vG MIFJsCp7rlMG7TQRu+GfuwmY4PsAS980B7Lpz0a5fdsgw65wbZ2zz69e/0zGcmY6Dc Wxu++a1bNYD2w== From: Marek Vasut To: u-boot@lists.denx.de Cc: Marek Vasut , Simon Glass Subject: [PATCH 3/3] bootstage: Enable SPL bootstage in sandbox_spl config Date: Wed, 3 Nov 2021 15:20:30 +0100 Message-Id: <20211103142030.14752-3-marex@denx.de> X-Mailer: git-send-email 2.33.0 In-Reply-To: <20211103142030.14752-1-marex@denx.de> References: <20211103142030.14752-1-marex@denx.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.34 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.2 at phobos.denx.de X-Virus-Status: Clean Enable SPL bootstage support in sandbox_spl config to detect build issues in CI. Signed-off-by: Marek Vasut Cc: Simon Glass --- configs/sandbox_spl_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/sandbox_spl_defconfig b/configs/sandbox_spl_defconfig index 1e3ccbb98bf..e3f47476c8c 100644 --- a/configs/sandbox_spl_defconfig +++ b/configs/sandbox_spl_defconfig @@ -23,6 +23,7 @@ CONFIG_FIT_VERBOSE=y CONFIG_SPL_LOAD_FIT=y # CONFIG_USE_SPL_FIT_GENERATOR is not set CONFIG_BOOTSTAGE=y +CONFIG_SPL_BOOTSTAGE=y CONFIG_BOOTSTAGE_REPORT=y CONFIG_BOOTSTAGE_FDT=y CONFIG_BOOTSTAGE_STASH=y -- 2.33.0