aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikhil M Jain <n-jain1@ti.com>2023-03-11 21:24:23 +0530
committerTom Rini <trini@konsulko.com>2023-03-22 12:51:13 -0400
commit8c47bb96362eb50ff513f49f218f5a306b6c4de8 (patch)
tree37392a28beba6c543881b9053f4fb3c68fbb2301
parentc48002e6637a99cbdc2267074fc028e7fd370e03 (diff)
downloadu-boot-8c47bb96362eb50ff513f49f218f5a306b6c4de8.zip
u-boot-8c47bb96362eb50ff513f49f218f5a306b6c4de8.tar.gz
u-boot-8c47bb96362eb50ff513f49f218f5a306b6c4de8.tar.bz2
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: 04150400c967 ("configs: enable OSPI related configs in AM62x") Signed-off-by: Nikhil M Jain <n-jain1@ti.com>
-rw-r--r--configs/am62x_evm_a53_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/am62x_evm_a53_defconfig b/configs/am62x_evm_a53_defconfig
index 585bac4..a149f81 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