U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] include: env: phytec: k3_net: Remove net_apply_extensions
@ 2025-04-28 14:49 Daniel Schultz
  2025-04-28 14:49 ` [PATCH 2/3] include: env: phytec: k3_net: Use get_cmd Daniel Schultz
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Daniel Schultz @ 2025-04-28 14:49 UTC (permalink / raw)
  To: ggiordano, w.egorov, trini, u-boot, joe.hershberger
  Cc: d.schultz, bb, nmorrisson, upstream

Extensions are now handled by the board-code. Remove this non-existing
function to proper boot from network.

Signed-off-by: Daniel Schultz <d.schultz@phytec.de>
---
 include/env/phytec/k3_net.env | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/env/phytec/k3_net.env b/include/env/phytec/k3_net.env
index 8ad1cb7b0c2..2ccdc9eaa59 100644
--- a/include/env/phytec/k3_net.env
+++ b/include/env/phytec/k3_net.env
@@ -18,5 +18,4 @@ netboot=run netargs;
 	run netloadimage;
 	run netloadfdt;
 	run net_apply_overlays;
-	run net_apply_extensions;
 	booti ${kernel_addr_r} - ${fdt_addr_r}
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2025-05-07 15:24 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-28 14:49 [PATCH 1/3] include: env: phytec: k3_net: Remove net_apply_extensions Daniel Schultz
2025-04-28 14:49 ` [PATCH 2/3] include: env: phytec: k3_net: Use get_cmd Daniel Schultz
2025-04-28 14:49 ` [PATCH 3/3] board: phytec: phycore_am62ax: Update Environment Daniel Schultz
2025-04-28 16:10   ` Tom Rini
2025-04-29 12:14     ` Daniel Schultz
2025-04-29 14:17       ` Tom Rini
2025-05-07 15:24 ` [PATCH 1/3] include: env: phytec: k3_net: Remove net_apply_extensions Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox