diff options
| author | Benjamin Hahn <[email protected]> | 2025-11-28 17:38:46 +0100 |
|---|---|---|
| committer | Fabio Estevam <[email protected]> | 2025-11-29 18:02:13 -0300 |
| commit | c8daa0abdb3c48aba9dd86228ed50a34c5482a73 (patch) | |
| tree | 137e6bf4444fa092c45c4e37197eea16573aaf16 /board/phytec | |
| parent | 1ccb4f0de69a6a713a4d8864ad0d74d22b66f599 (diff) | |
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 <[email protected]>
Diffstat (limited to 'board/phytec')
| -rw-r--r-- | board/phytec/imx8mp-libra-fpsc/imx8mp-libra-fpsc.env | 8 | ||||
| -rw-r--r-- | 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 |
