From: Nishanth Menon <nm@ti.com>
To: Robert Nelson <robertcnelson@gmail.com>, Tom Rini <trini@konsulko.com>
Cc: <u-boot@lists.denx.de>, Nishanth Menon <nm@ti.com>,
Roger Quadros <rogerq@kernel.org>,
Jan Kiszka <jan.kiszka@siemens.com>
Subject: [PATCH V2 5/5] board: beagle: beagleplay: env: Drop usb and pxe as boot targets
Date: Tue, 20 Feb 2024 12:39:52 -0600 [thread overview]
Message-ID: <20240220183952.3614252-6-nm@ti.com> (raw)
In-Reply-To: <20240220183952.3614252-1-nm@ti.com>
We had enabled USB and network pxe boot with the hope to get it all
merged on time. However, it has not panned out. Drop usb and pxe boot
else bootflow scan -l throws in:
a) Unknown uclass 'usb' in label
b) Crashes when attempting pxe - cpsw/mdio driver apparently has missing
error handling of what ever form. This is the one that Jan noticed in
his log.
We can enable these on a later date once things are working.
Cc: Roger Quadros <rogerq@kernel.org>
Reported-by: Jan Kiszka <jan.kiszka@siemens.com>
Closes: https://lore.kernel.org/all/782ea2c0-eef5-478d-a122-cc6e2d066762@siemens.com/
Signed-off-by: Nishanth Menon <nm@ti.com>
---
- New patch in V2 of the series.
board/beagle/beagleplay/beagleplay.env | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/board/beagle/beagleplay/beagleplay.env b/board/beagle/beagleplay/beagleplay.env
index 4f0a94a8113e..db737e069b58 100644
--- a/board/beagle/beagleplay/beagleplay.env
+++ b/board/beagle/beagleplay/beagleplay.env
@@ -14,6 +14,6 @@ boot=mmc
mmcdev=1
bootpart=1:1
bootdir=/boot
-boot_targets=mmc1 mmc0 usb pxe
+boot_targets=mmc1 mmc0
bootmeths=script extlinux efi pxe
rd_spec=-
--
2.43.0
next prev parent reply other threads:[~2024-02-20 18:40 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-20 18:39 [PATCH V2 0/5] board: beagle: Enable 32k and debounce configuration and fixups Nishanth Menon
2024-02-20 18:39 ` [PATCH V2 1/5] board: beagle: beagleplay: Enable 32k crystal Nishanth Menon
2024-02-20 18:39 ` [PATCH V2 2/5] configs: am62x_beagleplay_r5_defconfig: Enable SPL_BOARD_INIT Nishanth Menon
2024-02-20 18:39 ` [PATCH V2 3/5] arm: mach-k3: am62: Add Debounce configuration register definitions Nishanth Menon
2024-02-20 18:39 ` [PATCH V2 4/5] board: beagle: beagleplay: Configure debounce registers Nishanth Menon
2024-02-20 18:39 ` Nishanth Menon [this message]
2024-03-04 23:43 ` [PATCH V2 0/5] board: beagle: Enable 32k and debounce configuration and fixups Tom Rini
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=20240220183952.3614252-6-nm@ti.com \
--to=nm@ti.com \
--cc=jan.kiszka@siemens.com \
--cc=robertcnelson@gmail.com \
--cc=rogerq@kernel.org \
--cc=trini@konsulko.com \
--cc=u-boot@lists.denx.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