Skip to content

Commit

Permalink
configs: am62x_evm_a53_defconfig: Fix SF_DEFAULT_MODE
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
NikMJain authored and trini committed Mar 22, 2023
1 parent c48002e commit 8c47bb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/am62x_evm_a53_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8c47bb9

Please sign in to comment.