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 6B144C2BD05 for ; Mon, 24 Jun 2024 09:37:00 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id A7DA588020; Mon, 24 Jun 2024 11:36:58 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=fail (p=none dis=none) header.from=arm.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Received: by phobos.denx.de (Postfix, from userid 109) id 9F1C488049; Mon, 24 Jun 2024 11:36:57 +0200 (CEST) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by phobos.denx.de (Postfix) with ESMTP id 42EB287FFB for ; Mon, 24 Jun 2024 11:36:55 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=fail (p=none dis=none) header.from=arm.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=andre.przywara@arm.com Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 82790DA7; Mon, 24 Jun 2024 02:37:19 -0700 (PDT) Received: from donnerap.manchester.arm.com (usa-sjc-imap-foss1.foss.arm.com [10.121.207.14]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id AF2723F6A8; Mon, 24 Jun 2024 02:36:53 -0700 (PDT) Date: Mon, 24 Jun 2024 10:36:50 +0100 From: Andre Przywara To: Simon Glass Cc: U-Boot Mailing List , Tom Rini , Jagan Teki , Samuel Holland Subject: Re: [PATCH 05/14] sunxi: Mark scp as optional Message-ID: <20240624103650.3a118a2f@donnerap.manchester.arm.com> In-Reply-To: <20240623203033.1566505-6-sjg@chromium.org> References: <20240623203033.1566505-1-sjg@chromium.org> <20240623203033.1566505-6-sjg@chromium.org> Organization: ARM X-Mailer: Claws Mail 3.18.0 (GTK+ 2.24.32; aarch64-unknown-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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.8 at phobos.denx.de X-Virus-Status: Clean On Sun, 23 Jun 2024 14:30:24 -0600 Simon Glass wrote: > This binary does not prevent the system from booting. Mark it optional > so that U-Boot can be built without it. > > Signed-off-by: Simon Glass Reviewed-by: Andre Przywara Cheers, Andre > --- > > (no changes since v1) > > arch/arm/dts/sunxi-u-boot.dtsi | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm/dts/sunxi-u-boot.dtsi b/arch/arm/dts/sunxi-u-boot.dtsi > index 0909a67883e..e1a9a7f5d4c 100644 > --- a/arch/arm/dts/sunxi-u-boot.dtsi > +++ b/arch/arm/dts/sunxi-u-boot.dtsi > @@ -90,6 +90,7 @@ > scp { > filename = "scp.bin"; > missing-msg = "scp-sunxi"; > + optional; > }; > }; > #endif