From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Mon, 26 May 2025 12:35:35 +0200 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1uJVB9-000Ugq-1U for lore@lore.pengutronix.de; Mon, 26 May 2025 12:35:35 +0200 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1uJVB8-0001Sm-Ss; Mon, 26 May 2025 12:35:34 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1uJVB5-0001SY-Vh; Mon, 26 May 2025 12:35:31 +0200 Received: from dude04.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::ac]) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1uJVB5-000EZb-2a; Mon, 26 May 2025 12:35:31 +0200 Received: from rhi by dude04.red.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1uJVB5-008HqQ-2R; Mon, 26 May 2025 12:35:31 +0200 From: Roland Hieber To: distrokit@pengutronix.de Date: Mon, 26 May 2025 12:35:28 +0200 Message-Id: <20250526103528.1964562-1-rhi@pengutronix.de> X-Mailer: git-send-email 2.39.5 In-Reply-To: <1748255224-35c4195491937edfe3b225c6@pty> References: <1748255224-35c4195491937edfe3b225c6@pty> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [DistroKit] [PATCH] fixup! v7a: barebox: boot from bootsource X-BeenThere: distrokit@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: DistroKit Mailinglist List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Roland Hieber Sender: "DistroKit" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: distrokit-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false On Mon, May 26, 2025 at 12:18:22PM +0200, Ahmad Fatoum wrote: > I guess it doesn't matter, but what's up with the space here? Yes, good question, how did that get there?!? If there are other things, I'll include it in v2. --- .../platform-v7a/barebox-defaultenv/nv/bootchooser.system0.boot | 2 +- .../platform-v7a/barebox-defaultenv/nv/bootchooser.system1.boot | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/platform-v7a/barebox-defaultenv/nv/bootchooser.system0.boot b/configs/platform-v7a/barebox-defaultenv/nv/bootchooser.system0.boot index 5ec387df9ea0..ad2855a34ee3 100644 --- a/configs/platform-v7a/barebox-defaultenv/nv/bootchooser.system0.boot +++ b/configs/platform-v7a/barebox-defaultenv/nv/bootchooser.system0.boot @@ -1 +1 @@ - bootsource.root-A +bootsource.root-A diff --git a/configs/platform-v7a/barebox-defaultenv/nv/bootchooser.system1.boot b/configs/platform-v7a/barebox-defaultenv/nv/bootchooser.system1.boot index cea618acf89a..c94742967a07 100644 --- a/configs/platform-v7a/barebox-defaultenv/nv/bootchooser.system1.boot +++ b/configs/platform-v7a/barebox-defaultenv/nv/bootchooser.system1.boot @@ -1 +1 @@ - bootsource.root-B +bootsource.root-B -- 2.39.5