All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] configs: zynqmp_kria: Deactivate CONFIG_SPI_FLASH_BAR
@ 2024-03-21  9:25 Tejas Bhumkar
  2024-03-21  9:35 ` Michal Simek
  0 siblings, 1 reply; 2+ messages in thread
From: Tejas Bhumkar @ 2024-03-21  9:25 UTC (permalink / raw
  To: u-boot; +Cc: michal.simek, trini, venkatesh.abbarapu, git

Disable CONFIG_SPI_FLASH_BAR, which activates 4-byte opcodes.

Signed-off-by: Tejas Bhumkar <tejas.arvind.bhumkar@amd.com>
---
 configs/xilinx_zynqmp_kria_defconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/configs/xilinx_zynqmp_kria_defconfig b/configs/xilinx_zynqmp_kria_defconfig
index 7cb8b62d32..7af8b27be9 100644
--- a/configs/xilinx_zynqmp_kria_defconfig
+++ b/configs/xilinx_zynqmp_kria_defconfig
@@ -155,7 +155,6 @@ CONFIG_MMC_HS200_SUPPORT=y
 CONFIG_MMC_SDHCI=y
 CONFIG_MMC_SDHCI_ZYNQ=y
 CONFIG_DM_MTD=y
-CONFIG_SPI_FLASH_BAR=y
 CONFIG_SPI_FLASH_STMICRO=y
 # CONFIG_SPI_FLASH_USE_4K_SECTORS is not set
 CONFIG_SPI_FLASH_MTD=y
-- 
2.37.6


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] configs: zynqmp_kria: Deactivate CONFIG_SPI_FLASH_BAR
  2024-03-21  9:25 [PATCH] configs: zynqmp_kria: Deactivate CONFIG_SPI_FLASH_BAR Tejas Bhumkar
@ 2024-03-21  9:35 ` Michal Simek
  0 siblings, 0 replies; 2+ messages in thread
From: Michal Simek @ 2024-03-21  9:35 UTC (permalink / raw
  To: Tejas Bhumkar, u-boot; +Cc: trini, venkatesh.abbarapu, git



On 3/21/24 10:25, Tejas Bhumkar wrote:
> Disable CONFIG_SPI_FLASH_BAR, which activates 4-byte opcodes.

Can you please be more specific?
There is a bigger story behind which should be also described.

The issue which this patch is addressing is that when image recovery application 
is running U-Boot SPL or FSBL with upstream u-boot is not able to work with the 
flash unless board is power off/on again.
It suggest that baremetal application is using flash in certain mode and U-Boot 
is another. That's why I want to know that this change actually does.
If that means that it uses the same mode as baremetal application or so.

M

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-03-21  9:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-21  9:25 [PATCH] configs: zynqmp_kria: Deactivate CONFIG_SPI_FLASH_BAR Tejas Bhumkar
2024-03-21  9:35 ` Michal Simek

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.