
The series includes multiple fixes and maintainance related issues for j7 platforms.
This version is a combination of a series that was split before along with some other fixes. https://lore.kernel.org/u-boot/20230222074401.156263-1-m-chawdhry@ti.com/ https://lore.kernel.org/u-boot/20230222075609.161318-1-m-chawdhry@ti.com/
v1->v2: - Merge two series - Include some more commits that fix the gp builds when merging defconfigs - Update MAINTAINERS to remove hs related defconfigs - applied Acks
Andrew Davis (1): arm: k3: config.mk: Add missing dependencies on tispl.bin HS
Dave Gerlach (1): arm: mach-k3: Increase SYSFW max image size
Manorit Chawdhry (4): configs: j721s2: merge HS and non-HS defconfigs configs: j7200: Merge HS and non-HS defconfigs configs: j721e: Merge the HS and non-HS defconfigs Kconfig: j721e: Change K3_MCU_SCRATCHPAD_BASE to non firewalled region
MAINTAINERS | 6 - arch/arm/mach-k3/Kconfig | 6 +- arch/arm/mach-k3/config.mk | 2 + configs/j7200_evm_a72_defconfig | 3 +- configs/j7200_evm_r5_defconfig | 1 + configs/j7200_hs_evm_a72_defconfig | 205 -------------------------- configs/j7200_hs_evm_r5_defconfig | 171 ---------------------- configs/j721e_evm_a72_defconfig | 3 +- configs/j721e_evm_r5_defconfig | 11 +- configs/j721e_hs_evm_a72_defconfig | 209 --------------------------- configs/j721e_hs_evm_r5_defconfig | 177 ----------------------- configs/j721s2_evm_a72_defconfig | 3 +- configs/j721s2_evm_r5_defconfig | 1 + configs/j721s2_hs_evm_a72_defconfig | 213 ---------------------------- configs/j721s2_hs_evm_r5_defconfig | 176 ----------------------- 15 files changed, 21 insertions(+), 1166 deletions(-) delete mode 100644 configs/j7200_hs_evm_a72_defconfig delete mode 100644 configs/j7200_hs_evm_r5_defconfig delete mode 100644 configs/j721e_hs_evm_a72_defconfig delete mode 100644 configs/j721e_hs_evm_r5_defconfig delete mode 100644 configs/j721s2_hs_evm_a72_defconfig delete mode 100644 configs/j721s2_hs_evm_r5_defconfig