]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
board: phytec: phycore_am6xx: Update scriptaddr
authorWadim Egorov <w.egorov@phytec.de>
Fri, 19 Sep 2025 06:39:47 +0000 (08:39 +0200)
committerTom Rini <trini@konsulko.com>
Wed, 24 Sep 2025 13:50:13 +0000 (07:50 -0600)
After switching our boards to standard boot, we observed that the
kernel hangs when booting with the "script" boot method over the
network.

The original scriptaddr value was copied from ti_common.env and
remained unused for some time. On phycore-am62x and phycore-am62ax,
however, this address conflicts with the current location where
ATF is loaded (CONFIG_K3_ATF_LOAD_ADDR).

Move scriptaddr to 0x89100000, directly after fdtoverlay_addr_r.
The phycore-am64x is not affected by this issue, but we update it
as well to keep all phycore-am6xx boards consistent.

Signed-off-by: Wadim Egorov <w.egorov@phytec.de>
Reviewed-by: Anshul Dalal <anshuld@ti.com>
board/phytec/phycore_am62ax/phycore_am62ax.env
board/phytec/phycore_am62x/phycore_am62x.env
board/phytec/phycore_am64x/phycore_am64x.env

index ff4ab8c87b8996f30803d41348004e2e5ab2d2f3..47e90f1b7c6ad3c3bba45291b88adeaf13ddac84 100644 (file)
@@ -5,7 +5,7 @@
 
 fdtaddr=0x88000000
 loadaddr=0x82000000
-scriptaddr=0x80000000
+scriptaddr=0x89100000
 fdt_addr_r=0x88000000
 kernel_addr_r=0x82000000
 ramdisk_addr_r=0x88080000
index ff4ab8c87b8996f30803d41348004e2e5ab2d2f3..47e90f1b7c6ad3c3bba45291b88adeaf13ddac84 100644 (file)
@@ -5,7 +5,7 @@
 
 fdtaddr=0x88000000
 loadaddr=0x82000000
-scriptaddr=0x80000000
+scriptaddr=0x89100000
 fdt_addr_r=0x88000000
 kernel_addr_r=0x82000000
 ramdisk_addr_r=0x88080000
index cbaf45b3ace0a7fd7705735bc335229f82367dbd..f4136ed237d4ad51346d5f3d95be98e32ce9aa6c 100644 (file)
@@ -4,7 +4,7 @@
 
 fdtaddr=0x88000000
 loadaddr=0x82000000
-scriptaddr=0x80000000
+scriptaddr=0x89100000
 fdt_addr_r=0x88000000
 kernel_addr_r=0x82000000
 ramdisk_addr_r=0x88080000