On Wed, 19 Mar 2025 13:54:58 -0500, Andrew Davis wrote: > Currently in j721e_init.c we check which firewalls to remove using > the board configuration (e.g CONFIG_TARGET_J721E_R5_EVM). We do this > as J721e and J7200 have different IP and firewalls but use the same > SoC definition (SOC_K3_J721E) even though they are different SoCs. > > The idea was they would be similar enough that they both could use > the same SoC config to help with common code sharing. Board checks > would then be used differentiate. > > [...]
Applied to u-boot/next, thanks! [1/1] arm: mach-k3: j721e: Split out J7200 SoC support from J721e commit: 03e3fdd3d09e5e586f7e1420f30510ea2d614f7a -- Tom