Netboot script is named net_boot_fit.scr.uimg with ampliphy-boot. fit_fdtconf is not longer needed. The default config is automatically fetched from the fitImage. mmcroot is also not longer used, the bootscript has a builtin default. bootenv_addr_r is no longer used, as the bootenv is loaded into loadaddr.
Signed-off-by: Benjamin Hahn <[email protected]> --- board/phytec/imx8mp-libra-fpsc/imx8mp-libra-fpsc.env | 4 +--- board/phytec/phycore_imx8mm/phycore_imx8mm.env | 1 + board/phytec/phycore_imx8mp/phycore_imx8mp.env | 3 +-- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/board/phytec/imx8mp-libra-fpsc/imx8mp-libra-fpsc.env b/board/phytec/imx8mp-libra-fpsc/imx8mp-libra-fpsc.env index c744248ab7a6..5fe49e2a375b 100644 --- a/board/phytec/imx8mp-libra-fpsc/imx8mp-libra-fpsc.env +++ b/board/phytec/imx8mp-libra-fpsc/imx8mp-libra-fpsc.env @@ -1,14 +1,12 @@ -boot_script_dhcp=boot.scr.uimg +boot_script_dhcp=net_boot_fit.scr.uimg console=ttymxc3,CONFIG_BAUDRATE emmc_dev=2 /* This is needed by built-in uuu flash scripts */ fdtfile=CONFIG_DEFAULT_FDT_FILE fdt_addr_r=0x40480000 fdt_overlay_addr_r=0x404a0000 -fit_fdtconf=conf-imx8mp-libra-rdk-fpsc.dtb kernel_addr_r=0x40a00000 kernel_comp_addr_r=0x43a00000 kernel_comp_size=0x1e00000 -mmcroot=2 pxefile_addr_r=0x45800000 ramdisk_addr_r=0x45802000 scriptaddr=0x47600000 diff --git a/board/phytec/phycore_imx8mm/phycore_imx8mm.env b/board/phytec/phycore_imx8mm/phycore_imx8mm.env index b3f091543282..1eb255878ba2 100644 --- a/board/phytec/phycore_imx8mm/phycore_imx8mm.env +++ b/board/phytec/phycore_imx8mm/phycore_imx8mm.env @@ -1,3 +1,4 @@ +boot_script_dhcp=net_boot_fit.scr.uimg console=ttymxc2,CONFIG_BAUDRATE emmc_dev=2 fdtfile=CONFIG_DEFAULT_FDT_FILE diff --git a/board/phytec/phycore_imx8mp/phycore_imx8mp.env b/board/phytec/phycore_imx8mp/phycore_imx8mp.env index 70044997adb8..8fa275e388cf 100644 --- a/board/phytec/phycore_imx8mp/phycore_imx8mp.env +++ b/board/phytec/phycore_imx8mp/phycore_imx8mp.env @@ -9,8 +9,7 @@ bootmeths=rauc script efi bootmeths=script efi #endif boot_targets=mmc2 mmc1 usb ethernet -bootenv_addr_r=0x49100000 -boot_script_dhcp=boot.scr.uimg +boot_script_dhcp=net_boot_fit.scr.uimg console=ttymxc0,115200 dofastboot=0 fastboot_raw_partition_all=0 4194304 -- 2.43.0

