summaryrefslogtreecommitdiff
path: root/include/configs/am43xx_evm.h
diff options
context:
space:
mode:
authorVignesh R <vigneshr@ti.com>2016-02-10 05:36:09 (GMT)
committerTom Rini <trini@konsulko.com>2016-02-15 17:04:47 (GMT)
commit46f7bb0062281e6387b0c7edb91fff7de03ac4e5 (patch)
tree1221c850fc32f5ab3abbc3ab625e13e51c3bdbe2 /include/configs/am43xx_evm.h
parent900e2104d8d336d85d1a80e3906458ee318a3c0b (diff)
downloadu-boot-46f7bb0062281e6387b0c7edb91fff7de03ac4e5.tar.xz
am43xx: qspi: Fix config to select SPI mode
CONFIG_SF_DEFAULT_MODE is used to select default SPI mode when using sf commands. Therefore fix am43xx to use CONFIG_SF_DEFAULT_MODE instead of CONFIG_DEFAULT_SPI_MODE. Signed-off-by: Vignesh R <vigneshr@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com> Reviewed-by: Jagan Teki <jteki@openedev.com>
Diffstat (limited to 'include/configs/am43xx_evm.h')
-rw-r--r--include/configs/am43xx_evm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/am43xx_evm.h b/include/configs/am43xx_evm.h
index c3867ef..1428aa9 100644
--- a/include/configs/am43xx_evm.h
+++ b/include/configs/am43xx_evm.h
@@ -227,7 +227,7 @@
#define CONFIG_TI_SPI_MMAP
#define CONFIG_QSPI_SEL_GPIO 48
#define CONFIG_SF_DEFAULT_SPEED 48000000
-#define CONFIG_DEFAULT_SPI_MODE SPI_MODE_3
+#define CONFIG_SF_DEFAULT_MODE SPI_MODE_3
#define CONFIG_QSPI_QUAD_SUPPORT
#define CONFIG_TI_EDMA3