include: env: phytec: k3_net: Remove net_apply_extensions
authorDaniel Schultz <d.schultz@phytec.de>
Mon, 28 Apr 2025 14:49:02 +0000 (07:49 -0700)
committerTom Rini <trini@konsulko.com>
Wed, 7 May 2025 13:59:03 +0000 (07:59 -0600)
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>
include/env/phytec/k3_net.env

index 8ad1cb7..2ccdc9e 100644 (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}