summaryrefslogtreecommitdiff
path: root/configs/sama5d27_som1_ek_qspiflash_defconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2019-12-11 16:16:16 +0300
committerTom Rini <trini@konsulko.com>2019-12-11 16:16:16 +0300
commitaddb1d9f5d63f4586fa4a0ad24a9eaae35331783 (patch)
treec82d3d5454934c5f403ed78ca1f35dd8788c78bf /configs/sama5d27_som1_ek_qspiflash_defconfig
parentfd4b8f813f11879bb38a0d3a5839279e85325476 (diff)
parente50d238a1ce856d3e16bbc279a6e92a0c2b5fb4f (diff)
downloadu-boot-addb1d9f5d63f4586fa4a0ad24a9eaae35331783.tar.xz
Merge tag 'u-boot-atmel-fixes-2020.01-a' of https://gitlab.denx.de/u-boot/custodians/u-boot-atmel
- First set of u-boot-atmel fixes for 2020.01 cycle: This set includes a small fix for gpio bank names, one for removing unused headers (also touches some other boards), and a fix for the QSPI env read on one of the boards.
Diffstat (limited to 'configs/sama5d27_som1_ek_qspiflash_defconfig')
-rw-r--r--configs/sama5d27_som1_ek_qspiflash_defconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/configs/sama5d27_som1_ek_qspiflash_defconfig b/configs/sama5d27_som1_ek_qspiflash_defconfig
index fab0875d50..56cb0c58e6 100644
--- a/configs/sama5d27_som1_ek_qspiflash_defconfig
+++ b/configs/sama5d27_som1_ek_qspiflash_defconfig
@@ -47,6 +47,14 @@ CONFIG_DEFAULT_DEVICE_TREE="at91-sama5d27_som1_ek"
CONFIG_OF_SPL_REMOVE_PROPS="interrupts interrupt-parent dmas dma-names"
CONFIG_ENV_IS_IN_SPI_FLASH=y
CONFIG_SYS_RELOC_GD_ENV_ADDR=y
+CONFIG_USE_ENV_SPI_BUS=y
+CONFIG_ENV_SPI_BUS=0
+CONFIG_USE_ENV_SPI_CS=y
+CONFIG_ENV_SPI_CS=0
+CONFIG_USE_ENV_SPI_MAX_HZ=y
+CONFIG_ENV_SPI_MAX_HZ=50000000
+CONFIG_USE_ENV_SPI_MODE=y
+CONFIG_ENV_SPI_MODE=0x0
CONFIG_DM=y
CONFIG_SPL_DM=y
CONFIG_SPL_DM_SEQ_ALIAS=y