From c8daa0abdb3c48aba9dd86228ed50a34c5482a73 Mon Sep 17 00:00:00 2001 From: Benjamin Hahn Date: Fri, 28 Nov 2025 17:38:46 +0100 Subject: [PATCH] phytec: sort .env files alphabetically for imx8 boards Sort all .env files alphabetically like it is already done for phycore_imx8mp. Signed-off-by: Benjamin Hahn --- board/phytec/imx8mp-libra-fpsc/imx8mp-libra-fpsc.env | 8 ++++---- board/phytec/phycore_imx8mm/phycore_imx8mm.env | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/board/phytec/imx8mp-libra-fpsc/imx8mp-libra-fpsc.env b/board/phytec/imx8mp-libra-fpsc/imx8mp-libra-fpsc.env index b9f0b2fb8cc..f064bbe3d31 100644 --- a/board/phytec/imx8mp-libra-fpsc/imx8mp-libra-fpsc.env +++ b/board/phytec/imx8mp-libra-fpsc/imx8mp-libra-fpsc.env @@ -1,17 +1,17 @@ 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 +fdtfile=CONFIG_DEFAULT_FDT_FILE fdtoverlay_addr_r=0x404a0000 +ip_dyn=yes kernel_addr_r=0x40a00000 kernel_comp_addr_r=0x43a00000 kernel_comp_size=0x1e00000 +nfsroot=/srv/nfs pxefile_addr_r=0x45800000 ramdisk_addr_r=0x45802000 -scriptaddr=0x47600000 script_offset_f=0x0 script_size_f=0x2000 +scriptaddr=0x47600000 sd_dev=1 /* This is needed by built-in uuu flash scripts */ -ip_dyn=yes -nfsroot=/srv/nfs diff --git a/board/phytec/phycore_imx8mm/phycore_imx8mm.env b/board/phytec/phycore_imx8mm/phycore_imx8mm.env index 4bf017a20ba..f6d0c0553b5 100644 --- a/board/phytec/phycore_imx8mm/phycore_imx8mm.env +++ b/board/phytec/phycore_imx8mm/phycore_imx8mm.env @@ -1,17 +1,17 @@ boot_script_dhcp=net_boot_fit.scr.uimg console=ttymxc2,CONFIG_BAUDRATE emmc_dev=2 /* This is needed by built-in uuu flash scripts */ -fdtfile=CONFIG_DEFAULT_FDT_FILE fdt_addr_r=0x40480000 +fdtfile=CONFIG_DEFAULT_FDT_FILE fdtoverlay_addr_r=0x404a0000 +ip_dyn=yes kernel_addr_r=0x40a00000 kernel_comp_addr_r=0x43a00000 kernel_comp_size=0x1e00000 +nfsroot=/srv/nfs pxefile_addr_r=0x45800000 ramdisk_addr_r=0x45802000 -scriptaddr=0x47600000 script_offset_f=0x0 script_size_f=0x2000 +scriptaddr=0x47600000 sd_dev=1 /* This is needed by built-in uuu flash scripts */ -ip_dyn=yes -nfsroot=/srv/nfs -- 2.47.3