]> git.ipfire.org Git - thirdparty/u-boot.git/commit
xilinx: zynqmp: disable CONFIG_SPI_FLASH_BAR
authorVenkatesh Yadav Abbarapu <venkatesh.abbarapu@amd.com>
Mon, 7 Jul 2025 04:37:38 +0000 (10:07 +0530)
committerMichal Simek <michal.simek@amd.com>
Tue, 8 Jul 2025 12:58:44 +0000 (14:58 +0200)
commit7d8eafcf98e3fbc6df6d423c6d35c42af67b5e93
tree7a25e3df822581eb8253ec968821b46e5dd1ad7e
parentf289c36f074dc24d8ed10e80180ffde4214b6be8
xilinx: zynqmp: disable CONFIG_SPI_FLASH_BAR

Legacy SPI flash devices used a 24-bit (3-byte) addressing scheme,
limiting the addressable memory to 16 MB. To support larger densities
(256 Mbit and higher), extended addressing schemes, such as 32-bit
(4-byte) addressing, were introduced. If the flash density exceeds
16 MB and CONFIG_SPI_FLASH_BAR is disabled, the device will use a
4-byte addressing mode.

Signed-off-by: Prasad Kummari <prasad.kummari@amd.com>
Signed-off-by: Venkatesh Yadav Abbarapu <venkatesh.abbarapu@amd.com>
Link: https://lore.kernel.org/r/20250707043738.795179-1-venkatesh.abbarapu@amd.com
Signed-off-by: Michal Simek <michal.simek@amd.com>
configs/xilinx_zynqmp_virt_defconfig