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 7BE16C636CC for ; Tue, 7 Feb 2023 16:55:36 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id C39E885ED7; Tue, 7 Feb 2023 17:51:59 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=konsulko.com 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=konsulko.com header.i=@konsulko.com header.b="Zyc0Uo5K"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 7488085EEA; Tue, 7 Feb 2023 17:51:46 +0100 (CET) Received: from mail-qv1-xf33.google.com (mail-qv1-xf33.google.com [IPv6:2607:f8b0:4864:20::f33]) (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 9374085EA3 for ; Tue, 7 Feb 2023 17:51:43 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=trini@konsulko.com Received: by mail-qv1-xf33.google.com with SMTP id w11so4077529qvs.7 for ; Tue, 07 Feb 2023 08:51:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:from:to:cc:subject:date:message-id:reply-to; bh=fu3K+C7emMlN+zSHymVmu1255CiMiKPQ5oTM4tVCXHM=; b=Zyc0Uo5KcO4rz/+3l+HNmj6oMbNCO90IFbWtOUWN7oSDpkylLIpeXbnfRPqMNrUX/U DWxNC0geEEQxc69rrfZP6I5p6YA8jyXb4UFPdbXPAbf/ORE5nhmJszTsnjnqbtbfLu/q lfZeOGDBh0DIRPjQyZWniwwottRShNGXKYyaw= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=fu3K+C7emMlN+zSHymVmu1255CiMiKPQ5oTM4tVCXHM=; b=ptAF/s6fff1MVIAw10BA3fSIzX84LYVdl/9dlIrzueyl1/IQaIo0pT4BjJSMhxG0P6 JQk8zeTIcYmmQZPyy0lmhhKdz9SahItLKruP3BsDYdKxh/oUx3yv39l4N78sP/UivULX HjTil2GIkZfpk0PAZ30xP8XB54dzICJYCsWfENk4j1gDj5Aw5+eMuEKcSNifRE3RHBcC WGTn7bVq4DMh+K8vdJ007113acfL3ue9G1Qa48BPn6DYj+ZUUJsdhXXYwS162tcOBVH/ o+0GG5RN7tmA2AyIH2xWsFYzwvvoHStI/1ocPoE03pGOfbqrU3Gkoj7/BJIXdpSAk/6K CLCQ== X-Gm-Message-State: AO0yUKW/DmhB0KOXNaYtNHL0V7DxNsYQWgCJqZiNmfdU/yY2UUI/6Wnl pj1UK1T44WLQOX5CJKY4fawFnA== X-Google-Smtp-Source: AK7set9r+J+3k60PUNRfvBRlS0GnxBsUwhr8A95YWp+uNJqamzODkuzmMexEUGrSXxkKMqnZPfMCCA== X-Received: by 2002:a0c:b284:0:b0:557:a5c5:7dfd with SMTP id r4-20020a0cb284000000b00557a5c57dfdmr16936727qve.21.1675788702369; Tue, 07 Feb 2023 08:51:42 -0800 (PST) Received: from bill-the-cat (2603-6081-7b00-6400-7494-fb31-9b5f-683c.res6.spectrum.com. [2603:6081:7b00:6400:7494:fb31:9b5f:683c]) by smtp.gmail.com with ESMTPSA id i22-20020a05620a145600b0071c535f3ff3sm9707801qkl.6.2023.02.07.08.51.41 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 07 Feb 2023 08:51:41 -0800 (PST) Date: Tue, 7 Feb 2023 11:51:39 -0500 From: Tom Rini To: Simon Glass Cc: U-Boot Mailing List , Albert Aribaud , Ilias Apalodimas , Andre Przywara , John Keeping , Philippe Reynes Subject: Re: [PATCH 03/13] bootstd: Allow enabling BOOTSTD_FULL without needing EXPO Message-ID: References: <20230128220028.53575-1-sjg@chromium.org> <20230128220028.53575-4-sjg@chromium.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="Z63ug+OOFwok5KH5" Content-Disposition: inline In-Reply-To: <20230128220028.53575-4-sjg@chromium.org> X-Clacks-Overhead: GNU Terry Pratchett 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 --Z63ug+OOFwok5KH5 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Jan 28, 2023 at 03:00:18PM -0700, Simon Glass wrote: > It is sometimes useful to have one without the other, e.g. on a device > without a display, since at present the expo feature requires CONFIG_VIDEO > to be enabled. >=20 > Update the Makefile and bootflow command to support this, as well as the > EXPO dependency. >=20 > Signed-off-by: Simon Glass Applied to u-boot/master, thanks! --=20 Tom --Z63ug+OOFwok5KH5 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmPigZsACgkQFHw5/5Y0 tyxDUQv/Z7L96DRqCcOl/R29WrgjDc2p42YgSX/lo2PL8aJagFoFbnebAKSMgMZk kjFX2foB72WZbsyK50Mdzo5eGy18GKavXmyFvK0NBB5wOG5LPONoqOLsmWs12i2z qqnbHgeKGsRPbOyVA5Y1fPpoA1HlFqLFRLj3loIWkjLZc5cfL5nET/8508+YjD26 M7dDOgMazFooqnTTEKt7ytSwqY4BHdwm4/zMc/jY884GmQSvaPJoSopVOoekd5Ta iaqKe/kEghkwqV1uArTpH8WmENcUWTNtVw703FSSVisspyV1OUWdd4upsQbrmLYf 4zZfl2zH7dExBFvj9cP9uHgsjwpzqHeS4uc/gX7859s+Taif0yiC9SqV5gzZlhUI UXP+7R+DDhYvMOOiccLn4G0WWvwu8PaywiHHsIS1y3HHWSF/R7MQ6BEgMhdcVViy adtO9EuCUG+messbXjp4BQoSO6VaPsJBz4tIlByYACfb+1xik2K+hyhiaOjR/zP7 YrVFpaPk =+b3I -----END PGP SIGNATURE----- --Z63ug+OOFwok5KH5--