[PATCH 1/3] include: env: phytec: k3_net: Remove net_apply_extensions

Daniel Schultz d.schultz at phytec.de
Mon Apr 28 16:49:02 CEST 2025


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 at 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



More information about the U-Boot mailing list