diff options
author | Michal Simek <michal.simek@xilinx.com> | 2019-01-15 10:45:41 +0100 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2019-01-24 10:03:43 +0100 |
commit | f854004f95570440c546f72524f8c5634342403b (patch) | |
tree | a1fba63b0edd0787a24a43e39f62a2c8905dc890 /configs/xilinx_zynqmp_zcu104_revA_defconfig | |
parent | 8ae3fd66093945f9ea6b96261d99e0a874e46f1b (diff) | |
download | u-boot-f854004f95570440c546f72524f8c5634342403b.tar.gz |
arm64: zynqmp: Enable ISSI flash for some platforms
Enable ISSI flash for platforms. Xilinx reference boards are also used
internally with different flash part to increase coverage that's why
enable also ISSI parts for all these boards even if that board is
released only with one part.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'configs/xilinx_zynqmp_zcu104_revA_defconfig')
-rw-r--r-- | configs/xilinx_zynqmp_zcu104_revA_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/xilinx_zynqmp_zcu104_revA_defconfig b/configs/xilinx_zynqmp_zcu104_revA_defconfig index c887bd6827..c981130c6d 100644 --- a/configs/xilinx_zynqmp_zcu104_revA_defconfig +++ b/configs/xilinx_zynqmp_zcu104_revA_defconfig @@ -59,6 +59,7 @@ CONFIG_MMC_SDHCI_ZYNQ=y CONFIG_SPI_FLASH=y CONFIG_SPI_FLASH_BAR=y CONFIG_SF_DUAL_FLASH=y +CONFIG_SPI_FLASH_ISSI=y CONFIG_SPI_FLASH_MACRONIX=y CONFIG_SPI_FLASH_SPANSION=y CONFIG_SPI_FLASH_STMICRO=y |