mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
zynq-common: Enable Bank/Extended address register support
Enabled SPI flash Bank/Extended address register support. Bank/Extended address registers are used to access the flash which has size > 16MiB in 3-byte addressing. Signed-off-by: Jagan Teki <jteki@openedev.com>
This commit is contained in:
parent
a241d4ecab
commit
9a7620916d
1 changed files with 1 additions and 0 deletions
|
@ -78,6 +78,7 @@
|
|||
# define CONFIG_SPI_FLASH_SPANSION
|
||||
# define CONFIG_SPI_FLASH_STMICRO
|
||||
# define CONFIG_SPI_FLASH_WINBOND
|
||||
# define CONFIG_SPI_FLASH_BAR
|
||||
# define CONFIG_CMD_SF
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue