Extensions are now handled by the board-code. Remove this non-existing function to proper boot from network.
Signed-off-by: Daniel Schultz <d.schu...@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