fdtoverlay_addr_r is the correct variable name according to standardboot documentation and already used for phycore_imx8mp.
Signed-off-by: Benjamin Hahn <[email protected]> --- board/phytec/imx8mp-libra-fpsc/imx8mp-libra-fpsc.env | 2 +- board/phytec/phycore_imx8mm/phycore_imx8mm.env | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/board/phytec/imx8mp-libra-fpsc/imx8mp-libra-fpsc.env b/board/phytec/imx8mp-libra-fpsc/imx8mp-libra-fpsc.env index 5fe49e2a375b..b9f0b2fb8ccc 100644 --- a/board/phytec/imx8mp-libra-fpsc/imx8mp-libra-fpsc.env +++ b/board/phytec/imx8mp-libra-fpsc/imx8mp-libra-fpsc.env @@ -3,7 +3,7 @@ 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 +fdtoverlay_addr_r=0x404a0000 kernel_addr_r=0x40a00000 kernel_comp_addr_r=0x43a00000 kernel_comp_size=0x1e00000 diff --git a/board/phytec/phycore_imx8mm/phycore_imx8mm.env b/board/phytec/phycore_imx8mm/phycore_imx8mm.env index bb444d182939..4bf017a20baf 100644 --- a/board/phytec/phycore_imx8mm/phycore_imx8mm.env +++ b/board/phytec/phycore_imx8mm/phycore_imx8mm.env @@ -3,7 +3,7 @@ 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 -fdt_overlay_addr_r=0x404a0000 +fdtoverlay_addr_r=0x404a0000 kernel_addr_r=0x40a00000 kernel_comp_addr_r=0x43a00000 kernel_comp_size=0x1e00000 -- 2.43.0

