summaryrefslogtreecommitdiffstats
path: root/configs/socfpga_sr1500_defconfig
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2016-03-03 16:57:39 +0100
committerMarek Vasut <marex@denx.de>2016-03-20 18:01:11 +0100
commit93d9fc26cb7b4fcbb849e79d21d16b114e4501a9 (patch)
treee05bbc0acde8776bdd2566c03e7206e726d881c5 /configs/socfpga_sr1500_defconfig
parentead2fb29e8fc3752e844d5ff4f9e668b42a4e744 (diff)
downloadtalos-obmc-uboot-93d9fc26cb7b4fcbb849e79d21d16b114e4501a9.tar.gz
talos-obmc-uboot-93d9fc26cb7b4fcbb849e79d21d16b114e4501a9.zip
arm: socfpga: sr1500: Misc updates (SPI speed, env location)
This patch makes the following changes to the SR1500 board port: - Update defconfig to support SPI NOR (use make savedefconfig). - Increase SPI speed to a maximum of 100MHz for faster system bootup. - Change environment location, so that its not between SPL and main U-Boot. This way the combined SPL / U-Boot image can be used for updates. Signed-off-by: Stefan Roese <sr@denx.de> Cc: Marek Vasut <marex@denx.de>
Diffstat (limited to 'configs/socfpga_sr1500_defconfig')
-rw-r--r--configs/socfpga_sr1500_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/socfpga_sr1500_defconfig b/configs/socfpga_sr1500_defconfig
index 59a6be497e..d499a14bac 100644
--- a/configs/socfpga_sr1500_defconfig
+++ b/configs/socfpga_sr1500_defconfig
@@ -15,7 +15,9 @@ CONFIG_SPL_DM_SEQ_ALIAS=y
CONFIG_DWAPB_GPIO=y
CONFIG_DM_MMC=y
CONFIG_SPI_FLASH=y
+CONFIG_SPI_FLASH_STMICRO=y
# CONFIG_SPI_FLASH_USE_4K_SECTORS is not set
CONFIG_DM_ETH=y
CONFIG_ETH_DESIGNWARE=y
CONFIG_SYS_NS16550=y
+CONFIG_CADENCE_QSPI=y
OpenPOWER on IntegriCloud