From: Daniel Schultz Date: Mon, 28 Apr 2025 14:49:02 +0000 (-0700) Subject: include: env: phytec: k3_net: Remove net_apply_extensions X-Git-Tag: v2025.07-rc2~18^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e75070a8f46f9e154f1ede8132ff3b8c7cfad604;p=pandora-u-boot.git 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 --- 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}