]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
configs: j721e_evm_a72_defconfig: Re-enable MUX_MMIO at U-Boot proper
authorSiddharth Vadapalli <s-vadapalli@ti.com>
Sat, 1 Feb 2025 09:17:59 +0000 (14:47 +0530)
committerTom Rini <trini@konsulko.com>
Mon, 10 Feb 2025 16:29:18 +0000 (10:29 -0600)
Commit under Fixes introduced support for Hyperflash boot but also disabled
MUX_MMIO support at U-Boot proper. MUX_MMIO is required at U-Boot proper
to setup the SERDES Lane Mapping as described by the device-tree.

Fix this regression by re-enabling MUX_MMIO.

Fixes: fd7fcd4098d5 ("configs: j721e_evm_*_defconfig: Add configs for Hyperflash boot")
Signed-off-by: Siddharth Vadapalli <s-vadapalli@ti.com>
configs/j721e_evm_a72_defconfig

index 3928430f16631642ce98b3515166a4dab21f4614..1ddb1965d8bafc8f880301785a411ab888af49d2 100644 (file)
@@ -151,7 +151,7 @@ CONFIG_SPI_FLASH_MT35XU=y
 # CONFIG_SPI_FLASH_USE_4K_SECTORS is not set
 CONFIG_SPI_FLASH_MTD=y
 CONFIG_MULTIPLEXER=y
-CONFIG_SPL_MUX_MMIO=y
+CONFIG_MUX_MMIO=y
 CONFIG_PHY_TI_DP83867=y
 CONFIG_PHY_FIXED=y
 CONFIG_TI_AM65_CPSW_NUSS=y