Skip to content

Commit 8c47bb9

Browse files
NikMJaintrini
authored andcommitted
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: 0415040 ("configs: enable OSPI related configs in AM62x") Signed-off-by: Nikhil M Jain <[email protected]>
1 parent c48002e commit 8c47bb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configs/am62x_evm_a53_defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ CONFIG_MMC_SDHCI_ADMA=y
6868
CONFIG_SPL_MMC_SDHCI_ADMA=y
6969
CONFIG_MMC_SDHCI_AM654=y
7070
CONFIG_DM_SPI_FLASH=y
71-
CONFIG_SF_DEFAULT_MODE=0x3
71+
CONFIG_SF_DEFAULT_MODE=0x0
7272
CONFIG_SF_DEFAULT_SPEED=25000000
7373
CONFIG_SPI_FLASH_SFDP_SUPPORT=y
7474
CONFIG_SPI_FLASH_SOFT_RESET=y

0 commit comments

Comments
 (0)