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 A95EAC761AF for ; Wed, 29 Mar 2023 14:19:26 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id E6B4285D46; Wed, 29 Mar 2023 16:19:23 +0200 (CEST) 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="SRP0bQfU"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id CC08385D4E; Wed, 29 Mar 2023 16:19:20 +0200 (CEST) Received: from mail-yw1-x1131.google.com (mail-yw1-x1131.google.com [IPv6:2607:f8b0:4864:20::1131]) (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 92E08858DA for ; Wed, 29 Mar 2023 16:19:16 +0200 (CEST) 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-yw1-x1131.google.com with SMTP id 00721157ae682-54606036bb3so130153037b3.6 for ; Wed, 29 Mar 2023 07:19:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; t=1680099555; 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=n9E9w/4Pl5ymnaG39Zs/KA1E16hiHheCB0/VRqPoiaw=; b=SRP0bQfUhqx6H/jSQOBEbziOkNY2zvjg5j8TyfuxdnMsMPhv/bIsFGLlqYjmKcFBc7 Oto5OASqZjedaW2D0kUShmpuIIc43U8Keen2iSN5USS6lrvEiC679pxq3//S5q2ZzsOV gdl2jrRAd3/c0tErZP9nP4X2Ok9NCdw8p2FzI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1680099555; 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=n9E9w/4Pl5ymnaG39Zs/KA1E16hiHheCB0/VRqPoiaw=; b=kTepXkrDndHQKIQqtb6JBK0sYPlqiPEEKLtudVikZHwR8d8kjXKn1I9zE4Eb4jqwA0 dzIShKYpRcTYWiXoiYX8SQgJDO3AHl3CnTlCZhPk/+uP35Y4Tw6q9RqX5gKxHQRUZ0+x dYLAsCIqXshWoBFdF7ODZrovyYN5/CyNAwSAIZgT3SV9Cj1ujj8Rk2m67sibZDKS+G96 +xPG69xgiejnUuVODy4k9LjIv5BhtIb2x/MLr5iHtda20PAkeJ+iB5pNwJQNrGR07ZHQ KwjyvEFW+DsO8ztvSC41Y65pfI6m2UOPjg5h3XQZJ1qvDvVPxDH+Rb18eutJWgW14iMm RVEg== X-Gm-Message-State: AAQBX9dETi2j7mJEtrA9VgdpL+5FkqxauNhFWthI+zFHd8UQyii37t8C JAJtf9OVERWCdQ8kx5ueJ/5mWQ== X-Google-Smtp-Source: AKy350bYKgWyyodGY/x3u2WrbF7NEYxTh4on9dLPG45xvRMuIhCpfUW2Gt9riBo0SLNscZv+wc2SXA== X-Received: by 2002:a81:6c58:0:b0:541:6de3:6f5 with SMTP id h85-20020a816c58000000b005416de306f5mr2444950ywc.9.1680099555337; Wed, 29 Mar 2023 07:19:15 -0700 (PDT) Received: from bill-the-cat (2603-6081-7b00-6400-aab4-31cf-c563-6345.res6.spectrum.com. [2603:6081:7b00:6400:aab4:31cf:c563:6345]) by smtp.gmail.com with ESMTPSA id p184-20020a81b1c1000000b00545a08184bbsm2965722ywh.75.2023.03.29.07.19.14 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 29 Mar 2023 07:19:14 -0700 (PDT) Date: Wed, 29 Mar 2023 10:19:13 -0400 From: Tom Rini To: Simon Glass Cc: U-Boot Mailing List , huang lin , Jeffy Chen , Kever Yang , Philipp Tomsich , Vagrant Cascadian , Jonas Karlman , Philipp Tomsich Subject: Re: [PATCH v4 4/4] rockchip: Use the same boot_targets for all boards Message-ID: <20230329141913.GD6083@bill-the-cat> References: <20230329201631.v4.1.I41a5e66644a895a311889b009116245245c741a5@changeid> <20230329201631.v4.4.I3dd639e8c7824c9b0301884a1180cf3b9107766e@changeid> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="PPLLISzl3wFO1vDt" Content-Disposition: inline In-Reply-To: <20230329201631.v4.4.I3dd639e8c7824c9b0301884a1180cf3b9107766e@changeid> 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.8 at phobos.denx.de X-Virus-Status: Clean --PPLLISzl3wFO1vDt Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Mar 29, 2023 at 08:16:39PM +1300, Simon Glass wrote: > It doesn't really matter if we mention things which are not present. For > example, if 'nvme' is included but the board does not support it, we get > a message like: >=20 > Unknown uclass 'nvme' in label >=20 > This seems tolerable. If it creates confusion we could perhaps find a way > to avoid the message, e.g. by maintaining a list of uclasses which may > be missing from the build and supressing warnings about them. >=20 > It is simpler to use the same target list for all boards, so drop the > different one for rk3399. >=20 > Signed-off-by: Simon Glass Perhaps "bootflow scan -v" should print that, but normally we don't? And a "bootflow scan .." that finds nothing should suggest trying passing -v to see some possible errors. --=20 Tom --PPLLISzl3wFO1vDt Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmQkSOEACgkQFHw5/5Y0 tyzrPgv/e/KBvr72hACt4c9sqGplLADQeux7BYvtorIO+3zGp4IwZZdDi7HW9leW YUsgTI8VLLPPWcJHc92bpnW0VjQBz4tlDr4i4Eogp0E4U/Sh9AsNYi4AExACh0k2 HWrh2LfFFXCRyxBWUm/mzTk3ltRmNGBol1teA1XLlxWFrcUB5Zl4ncpgWLMJWd/d oW9aNWz8dwbRlH8avXxKEexLUtfGbSQU5lSyf2NlPNiDBPK3NMVk5CX0AuZtxWGd b03GKCLqVWbHc6W6jzrS2j7ae5mfM1SmNA9nG9Hp0hxTN+Whs4VCQ47LkE4ex9/z BLag2WtIvCvE4M2xoZ7OlJC1/rcaVR9gdOzBGcDMEOsmEv80uaHcceeRvXXqxWOm QLofgFxBuCZ/pwqPmkYTc/kqjmOAA4X5J+0JnMDUDfESVMQvxYKsYeSCf/n6c1te cLP8to2GFX0pJ5SnK32JPIrL0MQseM/wrubRHl+zuF99rP+z9scAALhs+GbSbePg b7QFg8Au =ajNZ -----END PGP SIGNATURE----- --PPLLISzl3wFO1vDt--