summaryrefslogtreecommitdiff
path: root/include/env
diff options
context:
space:
mode:
authorDaniel Schultz <[email protected]>2025-04-28 07:49:02 -0700
committerTom Rini <[email protected]>2025-05-07 07:59:03 -0600
commite75070a8f46f9e154f1ede8132ff3b8c7cfad604 (patch)
tree10d3a38772600dc3b99ff77aeef1fb96fdc85947 /include/env
parentef41a9f01d20e9209942db4a679ab89b80bb876c (diff)
include: env: phytec: k3_net: Remove net_apply_extensions
Extensions are now handled by the board-code. Remove this non-existing function to proper boot from network. Signed-off-by: Daniel Schultz <[email protected]>
Diffstat (limited to 'include/env')
-rw-r--r--include/env/phytec/k3_net.env1
1 files changed, 0 insertions, 1 deletions
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}