diff options
author | Chin Liang See <chin.liang.see@intel.com> | 2018-02-27 17:25:02 +0800 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2018-02-27 20:45:45 +0100 |
commit | 92afd7ecf9ffc11971f5a68a5b329927d73586bc (patch) | |
tree | 8c37e0a9521e46009e4a484bd6b37540e16b39b6 /configs/socfpga_socrates_defconfig | |
parent | 7fb464302ea805ec326cc81507adf38e4d6d777b (diff) | |
download | u-boot-92afd7ecf9ffc11971f5a68a5b329927d73586bc.tar.gz |
arm: socfpga: cyclone5: Enable Macronix flash support
Enable Macronix flash support for Cyclone5 SoC
Signed-off-by: Chin Liang See <chin.liang.see@intel.com>
Diffstat (limited to 'configs/socfpga_socrates_defconfig')
-rw-r--r-- | configs/socfpga_socrates_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/socfpga_socrates_defconfig b/configs/socfpga_socrates_defconfig index f49ee96a28..3873c2b254 100644 --- a/configs/socfpga_socrates_defconfig +++ b/configs/socfpga_socrates_defconfig @@ -46,6 +46,7 @@ CONFIG_DM_MMC=y CONFIG_MMC_DW=y CONFIG_SPI_FLASH=y CONFIG_SPI_FLASH_BAR=y +CONFIG_SPI_FLASH_MACRONIX=y CONFIG_SPI_FLASH_SPANSION=y CONFIG_SPI_FLASH_STMICRO=y CONFIG_PHY_MICREL=y |