mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 13:11:31 +00:00
arm: socfpga: config: Enable CONFIG_SPI_FLASH_BAR
This is needed to access broken (read: Micron) SPI flashes which are larger than 16 MiB and don't correctly support 4-byte addressing. Signed-off-by: Marek Vasut <marex@denx.de>
This commit is contained in:
parent
cbc9544d27
commit
ab48b19a66
1 changed files with 1 additions and 0 deletions
|
@ -207,6 +207,7 @@ unsigned int cm_get_qspi_controller_clk_hz(void);
|
|||
#endif
|
||||
#define CONFIG_CQSPI_DECODER 0
|
||||
#define CONFIG_CMD_SF
|
||||
#define CONFIG_SPI_FLASH_BAR
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_OF_CONTROL /* DW SPI is controlled via DT */
|
||||
|
|
Loading…
Add table
Reference in a new issue