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 <d.schultz@phytec.de>
This commit is contained in:
Daniel Schultz
2025-04-28 07:49:02 -07:00
committed by Tom Rini
parent ef41a9f01d
commit e75070a8f4

View File

@@ -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}