configs: am62x_evm_a53_defconfig: Fix SF_DEFAULT_MODE
authorNikhil M Jain <n-jain1@ti.com>
Sat, 11 Mar 2023 15:54:23 +0000 (21:24 +0530)
committerTom Rini <trini@konsulko.com>
Wed, 22 Mar 2023 16:51:13 +0000 (12:51 -0400)
commit8c47bb96362eb50ff513f49f218f5a306b6c4de8
tree37392a28beba6c543881b9053f4fb3c68fbb2301
parentc48002e6637a99cbdc2267074fc028e7fd370e03
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>
configs/am62x_evm_a53_defconfig