DistroKit Mailinglist
 help / color / mirror / Atom feed
From: Sascha Hauer <s.hauer@pengutronix.de>
To: distrokit@pengutronix.de
Cc: Sascha Hauer <s.hauer@pengutronix.de>
Subject: [DistroKit] [PATCH] v7a: rpi4: set bootsource
Date: Wed, 16 Sep 2026 09:40:37 +0200	[thread overview]
Message-ID: <20260916074038.1087119-1-s.hauer@pengutronix.de> (raw)

Like other RPi boards we cannot detect the bootsource on RPi4, so add it
to the missing-bootsource script.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
---
 configs/platform-v7a/barebox-defaultenv/init/missing-bootsource | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/configs/platform-v7a/barebox-defaultenv/init/missing-bootsource b/configs/platform-v7a/barebox-defaultenv/init/missing-bootsource
index b7b4f41..04429f0 100644
--- a/configs/platform-v7a/barebox-defaultenv/init/missing-bootsource
+++ b/configs/platform-v7a/barebox-defaultenv/init/missing-bootsource
@@ -2,6 +2,8 @@
 
 if of_compatible -k raspberrypi,3-model-b; then
 	realbootsource="disk0";
+elif of_compatible -k raspberrypi,4-model-b; then
+	realbootsource="disk0";
 elif of_compatible -k linux,dummy-virt; then
 	realbootsource="qemu-virt";
 fi
-- 
2.47.3




                 reply	other threads:[~2026-09-16  7:40 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260916074038.1087119-1-s.hauer@pengutronix.de \
    --to=s.hauer@pengutronix.de \
    --cc=distrokit@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox