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 B91D8C6FD1D for ; Sun, 2 Apr 2023 02:04:34 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id B94DF85E02; Sun, 2 Apr 2023 04:04:05 +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="PPlbRdZb"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 7394D85DA9; Sun, 2 Apr 2023 04:03:51 +0200 (CEST) Received: from mail-pj1-x102f.google.com (mail-pj1-x102f.google.com [IPv6:2607:f8b0:4864:20::102f]) (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 BDAE185DD1 for ; Sun, 2 Apr 2023 04:03:32 +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-x102f.google.com with SMTP id l7so24215051pjg.5 for ; Sat, 01 Apr 2023 19:03:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; t=1680401010; 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=PPlbRdZbxUucEbNTQE7BEJAt4++0jOBGkXeZY9AhoL6Nn1SuJZt+PR4BVPPnFh7k1B aNKnzmjod35sCN82+ton92+tCz2/CV74dO0WTbAlNJC1kqYzk2zLCYj4nmYu1Cx9xgbe D2HYalDLI1eyxWb4xfz8ciw6DwHhWJ8W8O+ts= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1680401010; 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=aJihDiTci+I75kh9JNq4EUdBwYQ1ND7HjZomkMOf4MB9JnZp1Yaxu9vcpULjryU39Z PV4BKGUW8kA6NukDk7xAYDOa4Y/JfT67uNt1RX/O78trVOUn7LxQAu7OtnSZDnmnsYGo YQH0Tfrbl4V5O/lKQwU0cIqcYlVzKfpXv5TiGd/EuDehDV/4ZYrZ6R687+vbOSS79ki0 8ugM3weYAvOlWf2qEGIk2s2PhpiATCue6nv6oWU05gVVF6VbuRMtdporI9jyIdq6d+0W 6Aay3dy6rBr7XIds9w7QxyCwryFp2gr3DTW8wdn3YBXkbq4H0HfQewkNx5RinKUaFm7+ 3rew== X-Gm-Message-State: AAQBX9fMKivkvzrd5VQKjg74ESHeqnem7ELWDqW33/KdjaL7A3olqcUS PPv7a4/HkENuCLP/kwZn+wVMRJvhjOne+z5CJts= X-Google-Smtp-Source: AKy350Z//VTT+7XzQgT44r6skOLnZx5pSf/zpuuDs7hnXh8iLvFlDPgZlx6yaTD+L3GTigYmECpGdg== X-Received: by 2002:a17:902:ea10:b0:19a:a520:b203 with SMTP id s16-20020a170902ea1000b0019aa520b203mr39464451plg.25.1680401010750; Sat, 01 Apr 2023 19:03:30 -0700 (PDT) Received: from localhost.localdomain ([27.110.126.54]) by smtp.gmail.com with ESMTPSA id g14-20020a1709029f8e00b0019b0937003esm3988380plq.150.2023.04.01.19.03.26 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 01 Apr 2023 19:03:30 -0700 (PDT) From: Simon Glass To: U-Boot Mailing List Cc: Mark Kettenis , huang lin , Jeffy Chen , Simon Glass , Kever Yang , Philipp Tomsich , Tom Rini , Vagrant Cascadian Subject: [PATCH v7 07/11] rockchip: Use the same boot_targets for all boards Date: Sun, 2 Apr 2023 14:02:29 +1200 Message-Id: <20230402140231.v7.7.I3dd639e8c7824c9b0301884a1180cf3b9107766e@changeid> X-Mailer: git-send-email 2.40.0.348.gf938b09366-goog In-Reply-To: <20230402140231.v7.1.Id5a4b4ee7b653591dfb25e75204c17215521164b@changeid> References: <20230402140231.v7.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