From 1ccb4f0de69a6a713a4d8864ad0d74d22b66f599 Mon Sep 17 00:00:00 2001 From: Benjamin Hahn Date: Fri, 28 Nov 2025 17:38:45 +0100 Subject: [PATCH] phytec: use fdtoverlay_addr_r fdtoverlay_addr_r is the correct variable name according to standardboot documentation and already used for phycore_imx8mp. Signed-off-by: Benjamin Hahn --- 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 5fe49e2a375..b9f0b2fb8cc 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 bb444d18293..4bf017a20ba 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.47.3