On Fri, Jul 17, 2026 at 06:23:35PM -0500, Bryan Brattlof wrote: > Add initial mach-k3 files needed to support boards based on the AM62L > family of SoCs > > Signed-off-by: Bryan Brattlof <[email protected]> [snip] > @@ -84,6 +93,7 @@ config SYS_K3_BOOT_PARAM_TABLE_INDEX > default 0x43c3f290 if SOC_K3_AM625 > default 0x43c3f290 if SOC_K3_AM62A7 && CPU_V7R > default 0x7000f290 if SOC_K3_AM62A7 && ARM64 > + default 0x43c4f290 if SOC_K3_AM62L3 > default 0x43c4f290 if SOC_K3_AM62P5
These are the same values, are there other places where we should also change SOC_K3_AM62P5 to SOC_K3_AM62P5 || SOC_K3_AM62L3 ? And now the SOC_K3_AM625 / SOC_K3_AM62A7 example is also staring me in the face. Can this, and some other entries here be consolidated? Or, would the consolidation lead to harder to read entries? -- Tom
signature.asc
Description: PGP signature
