From: Anurag Dutta Date: Thu, 20 Mar 2025 06:30:04 +0000 (+0530) Subject: configs: j721e_evm_a72_defconfig: Enable MUX_MMIO at SPL X-Git-Tag: v2025.07-rc1~119^2~1^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d042761ec0043bd4fe9466bed5e2852ff5a8166a;p=pandora-u-boot.git configs: j721e_evm_a72_defconfig: Enable MUX_MMIO at SPL MUX_MMIO is required in SPL stage in order to boot hyperflash successfully. Add configs to enable MUX_MMIO in SPL stage. Signed-off-by: Anurag Dutta --- diff --git a/configs/j721e_evm_a72_defconfig b/configs/j721e_evm_a72_defconfig index 71e6c2061b3..6bc716650cf 100644 --- a/configs/j721e_evm_a72_defconfig +++ b/configs/j721e_evm_a72_defconfig @@ -151,6 +151,7 @@ CONFIG_SPI_FLASH_MT35XU=y CONFIG_SPI_FLASH_MTD=y CONFIG_MULTIPLEXER=y CONFIG_MUX_MMIO=y +CONFIG_SPL_MUX_MMIO=y CONFIG_PHY_TI_DP83867=y CONFIG_PHY_FIXED=y CONFIG_TI_AM65_CPSW_NUSS=y