]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
phytec: use fdtoverlay_addr_r
authorBenjamin Hahn <B.Hahn@phytec.de>
Fri, 28 Nov 2025 16:38:45 +0000 (17:38 +0100)
committerFabio Estevam <festevam@nabladev.com>
Sat, 29 Nov 2025 21:02:13 +0000 (18:02 -0300)
fdtoverlay_addr_r is the correct variable name according to standardboot
documentation and already used for phycore_imx8mp.

Signed-off-by: Benjamin Hahn <B.Hahn@phytec.de>
board/phytec/imx8mp-libra-fpsc/imx8mp-libra-fpsc.env
board/phytec/phycore_imx8mm/phycore_imx8mm.env

index 5fe49e2a375b0907d1bbc04877d7e24903867ce4..b9f0b2fb8ccc3add560e2c8bceb8e31bdd53b5ec 100644 (file)
@@ -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
index bb444d18293936ca268cdf255ea5a13e4e368573..4bf017a20baf112664a3ed455cef14aef17ce453 100644 (file)
@@ -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