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/mx28evk.h | |
parent | 14453fbfadc2f98ca35d6033140466c7a4b4947a (diff) | |
download | u-boot-c95e632de4a474d89fa733a83a39c66236960edf.tar.gz |
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/mx28evk.h')
-rw-r--r-- | include/configs/mx28evk.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/configs/mx28evk.h b/include/configs/mx28evk.h index 82ac6cc6ce..a078e3a0b8 100644 --- a/include/configs/mx28evk.h +++ b/include/configs/mx28evk.h @@ -74,12 +74,6 @@ #define CONFIG_USB_MAX_CONTROLLER_COUNT 1 #endif -/* SPI */ -#ifdef CONFIG_CMD_SPI -#define CONFIG_DEFAULT_SPI_BUS 2 -#define CONFIG_DEFAULT_SPI_MODE SPI_MODE_0 -#endif - /* Framebuffer support */ #ifdef CONFIG_VIDEO #define CONFIG_VIDEO_LOGO |