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 3F78EC76196 for ; Sat, 1 Apr 2023 21:51:27 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 508D785F40; Sat, 1 Apr 2023 23:50:57 +0200 (CEST) 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="EPsQpHZy"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id E85CB85F38; Sat, 1 Apr 2023 23:50:52 +0200 (CEST) Received: from mail-pj1-x1032.google.com (mail-pj1-x1032.google.com [IPv6:2607:f8b0:4864:20::1032]) (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 DDAD185FDF for ; Sat, 1 Apr 2023 23:46:22 +0200 (CEST) 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-pj1-x1032.google.com with SMTP id l9-20020a17090a3f0900b0023d32684e7fso10957667pjc.1 for ; Sat, 01 Apr 2023 14:46:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; t=1680385581; 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=CczZohV2O5Qm2SYQ/5hZAc/+1wRkybS/hoOE80DlMTE=; b=EPsQpHZyZ2lc9RYFjHZmdIelrWb+QgTX9L8sN1P10UlP+/LN7gxSL8KxI6L6uNvqku immAvSBss6JXCz42S4ETEKiVO1WMVZ1lzKkA01Ah+Af6PSTyIlXpJM9QQrpvuYtxHope ttB/oIdJLBzuST7C00fCyQ1+GKMUrxCfEdj68= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1680385581; 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=CczZohV2O5Qm2SYQ/5hZAc/+1wRkybS/hoOE80DlMTE=; b=y33gkSz2fu7/xw6QGZ8raOLu+9OmNmAuZDmERu9XqVZpTAkhHLpgJDphzPpyKyzLjn vcx7DBu00dy0QBA9TzziyA6/tDRec2BxvaZBVzuTR59oVzewsIt/WVGpCCuaLugKgj+3 xEs70+SvQWo+aZKdgW+us+TAPkFHnIbbooaKYEkS5aeWZHuog3BeO9G29ypKroV0u0j0 XtTPBdaqGpFWmxE4mHnY8RNdhMzA1XeBD1Zg6tCPUQV69aCuTpozfnVqA6JWDlfUE8h4 6wqORiDF0nd2UmJpGiMheOVhXs87i8nG+rt68DDihKHC8Yug8oqhDH+S0Om8Ipw4Ve/a krXw== X-Gm-Message-State: AAQBX9e3+iZ/qQ8mkVib+vqTgMkwQVbShz/5gXs7T4ctCHtr5Vs1ohsx DIw0on+d7TFesHNi0QHGBJMAw1UvvaZqFlKruT0= X-Google-Smtp-Source: AKy350Y2teYYEv6Q92mWpJZPSxTkoBU1TNHITlVRd5yPYZyQ38E+BZ3c2OF+rh5+9D2rWvFbEmBNJA== X-Received: by 2002:a17:902:e38b:b0:1a2:ca:c6cd with SMTP id g11-20020a170902e38b00b001a200cac6cdmr25932101ple.43.1680385581150; Sat, 01 Apr 2023 14:46:21 -0700 (PDT) Received: from localhost.localdomain ([27.110.126.54]) by smtp.gmail.com with ESMTPSA id jl16-20020a170903135000b0019f3aec83d5sm3227235plb.296.2023.04.01.14.46.17 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 01 Apr 2023 14:46:20 -0700 (PDT) From: Simon Glass To: U-Boot Mailing List Cc: Tom Rini , huang lin , Jeffy Chen , Simon Glass , Kever Yang , Philipp Tomsich , Vagrant Cascadian Subject: [PATCH v6 07/11] rockchip: Use the same boot_targets for all boards Date: Sun, 2 Apr 2023 09:45:31 +1200 Message-Id: <20230402094532.v6.7.I3dd639e8c7824c9b0301884a1180cf3b9107766e@changeid> X-Mailer: git-send-email 2.40.0.348.gf938b09366-goog In-Reply-To: <20230402094532.v6.1.Id5a4b4ee7b653591dfb25e75204c17215521164b@changeid> References: <20230402094532.v6.1.Id5a4b4ee7b653591dfb25e75204c17215521164b@changeid> 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.8 at phobos.denx.de X-Virus-Status: Clean 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, it just continues with the next item in the list. It is simpler to use the same target list for all boards, so drop the different one for rk3399. Signed-off-by: Simon Glass --- (no changes since v5) Changes in v5: - Drop patch to relax the argument requirements for bootflow scan Changes in v4: - Rebase to -next - Add new patch to use the same boot_targets for all boards include/configs/rockchip-common.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/configs/rockchip-common.h b/include/configs/rockchip-common.h index e9f4072b7e78..9121bba37384 100644 --- a/include/configs/rockchip-common.h +++ b/include/configs/rockchip-common.h @@ -13,11 +13,7 @@ #ifndef CONFIG_SPL_BUILD -#ifdef CONFIG_ROCKCHIP_RK3399 #define BOOT_TARGETS "mmc1 mmc0 nvme scsi usb pxe dhcp spi" -#else -#define BOOT_TARGETS "mmc1 mmc0 usb pxe dhcp" -#endif #ifdef CONFIG_ARM64 #define ROOT_UUID "B921B045-1DF0-41C3-AF44-4C6F280D3FAE;\0" -- 2.40.0.348.gf938b09366-goog