diff options
author | Patrick Delaunay <patrick.delaunay@st.com> | 2019-02-27 15:20:37 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-03-25 17:36:53 -0400 |
commit | c95e632de4a474d89fa733a83a39c66236960edf (patch) | |
tree | a774eabc71e5ff5d13ae2e16673bd18f18b2fe55 /include/configs/cl-som-am57x.h | |
parent | 14453fbfadc2f98ca35d6033140466c7a4b4947a (diff) |
Convert CONFIG_DEFAULT_SPI_* to Kconfig
This converts the following to Kconfig:
CONFIG_DEFAULT_SPI_BUS
CONFIG_DEFAULT_SPI_MODE
Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
Diffstat (limited to 'include/configs/cl-som-am57x.h')
-rw-r--r-- | include/configs/cl-som-am57x.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/cl-som-am57x.h b/include/configs/cl-som-am57x.h index c9e80c2daf..687a9e703c 100644 --- a/include/configs/cl-som-am57x.h +++ b/include/configs/cl-som-am57x.h @@ -27,7 +27,6 @@ /* SPI Flash support */ #define CONFIG_TI_SPI_MMAP -#define CONFIG_DEFAULT_SPI_MODE SPI_MODE_3 /* SPI SPL defines */ /* Offsets: 0K - SPL1, 64K - SPL2, 128K - SPL3, 192K - SPL4, 256K - U-Boot */ |