]> git.dujemihanovic.xyz Git - u-boot.git/commit
configs: zynqmp_kria: Deactivate CONFIG_SPI_FLASH_BAR
authorTejas Bhumkar <tejas.arvind.bhumkar@amd.com>
Tue, 9 Apr 2024 09:48:26 +0000 (15:18 +0530)
committerMichal Simek <michal.simek@amd.com>
Wed, 10 Apr 2024 07:06:22 +0000 (09:06 +0200)
commit3a6f440dd3709efa8ea3851e9baf8e774f798fd1
tree93b3fdd4101741e55e34b295593716e95163f2fa
parentfa2f0c97af96bdae82fcbc32c9b0fd6f0cb2b34f
configs: zynqmp_kria: Deactivate CONFIG_SPI_FLASH_BAR

The Kria board features a recovery application that activates
when the FW_EN button is pressed.
Upon power-up flash operates in 3B mode, However, the recovery
application changes it back to 4B mode.
Currently, after a reset, u-boot activates CONFIG_SPI_FLASH_BAR
and assumes the flash is in 3B mode. However, there's no code
or reset lines connected to the flash that could return it to
3B mode. To resolve this issue, changes were made to disable
CONFIG_SPI_FLASH_BAR, which activates 4-byte opcodes.

Signed-off-by: Tejas Bhumkar <tejas.arvind.bhumkar@amd.com>
Link: https://lore.kernel.org/r/20240409094826.4131643-1-tejas.arvind.bhumkar@amd.com
Signed-off-by: Michal Simek <michal.simek@amd.com>
configs/xilinx_zynqmp_kria_defconfig