From: Nikhil M Jain Date: Sat, 11 Mar 2023 15:54:23 +0000 (+0530) Subject: configs: am62x_evm_a53_defconfig: Fix SF_DEFAULT_MODE X-Git-Tag: baikal/mips/sdk5.8.2~5^2~15^2~3 X-Git-Url: https://git.baikalelectronics.ru/sdk/?a=commitdiff_plain;h=b8cc3b49fbc8eb75f12e9e5f6992418c667aa410;p=uboot.git configs: am62x_evm_a53_defconfig: Fix SF_DEFAULT_MODE Setting sf default mode to 0x3 breaks sf update when we do SF read through u-boot console. This issue arises when we do a splash image through OSPI flash media, to fix this set the default mode to 0x0. Fixes: fff4e278712d ("configs: enable OSPI related configs in AM62x") Signed-off-by: Nikhil M Jain --- diff --git a/configs/am62x_evm_a53_defconfig b/configs/am62x_evm_a53_defconfig index 585bac4390..a149f817db 100644 --- a/configs/am62x_evm_a53_defconfig +++ b/configs/am62x_evm_a53_defconfig @@ -68,7 +68,7 @@ CONFIG_MMC_SDHCI_ADMA=y CONFIG_SPL_MMC_SDHCI_ADMA=y CONFIG_MMC_SDHCI_AM654=y CONFIG_DM_SPI_FLASH=y -CONFIG_SF_DEFAULT_MODE=0x3 +CONFIG_SF_DEFAULT_MODE=0x0 CONFIG_SF_DEFAULT_SPEED=25000000 CONFIG_SPI_FLASH_SFDP_SUPPORT=y CONFIG_SPI_FLASH_SOFT_RESET=y