[PATCH v2 6/6] phytec: sort .env files alphabetically for imx8 boards
Benjamin Hahn
B.Hahn at phytec.de
Fri Nov 28 17:38:46 CET 2025
Sort all .env files alphabetically like it is already done for
phycore_imx8mp.
Signed-off-by: Benjamin Hahn <B.Hahn at phytec.de>
---
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 b9f0b2fb8ccc..f064bbe3d31e 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 4bf017a20baf..f6d0c0553b5d 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.43.0
More information about the U-Boot
mailing list