Hi all, This series introdues a couple of small fixes that involves enabling hyperflash at R5 SPL stage and Kconfig changes that are required for HBMC boot on j721e
Test logs: j721e : https://gist.github.com/anuragdutta731/f228b509e69a324f08c250e0d84a97ab j7200 : https://gist.github.com/anuragdutta731/adf340a5a3ba727baae930fcec382524 Changelog : v3 : 1. Modified commit messages and added correct fixes tag Link to v2: https://lore.kernel.org/all/20250902064839.1296877-1-a-du...@ti.com/ Changelog : v2 : 1. Modified commit messages according to review comments 2. Added configs for r5 spl for j721e for hbmc boot Link to v1 : https://lore.kernel.org/all/20250416061652.2394419-1-a-du...@ti.com/ Anurag Dutta (3): mtd: Kconfig: Add SPL_MUX_MMIO dependency to HBMC driver configs: j721e_evm_r5: Enable HBMC and MUX_MMIO at SPL arm: dts: k3-j721e-r5-common-proc-board: Enable HBMC in R5 SPL stage arch/arm/dts/k3-j721e-r5-common-proc-board.dts | 1 + configs/j721e_evm_r5_defconfig | 2 ++ drivers/mtd/Kconfig | 2 +- 3 files changed, 4 insertions(+), 1 deletion(-) -- 2.34.1