summaryrefslogtreecommitdiff
path: root/include/configs/bg0900.h
diff options
context:
space:
mode:
authorPatrick Delaunay <patrick.delaunay@st.com>2019-02-27 15:20:37 +0100
committerTom Rini <trini@konsulko.com>2019-03-25 17:36:53 -0400
commitc95e632de4a474d89fa733a83a39c66236960edf (patch)
treea774eabc71e5ff5d13ae2e16673bd18f18b2fe55 /include/configs/bg0900.h
parent14453fbfadc2f98ca35d6033140466c7a4b4947a (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/bg0900.h')
-rw-r--r--include/configs/bg0900.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/configs/bg0900.h b/include/configs/bg0900.h
index 32b975fcf3..0c3d54a082 100644
--- a/include/configs/bg0900.h
+++ b/include/configs/bg0900.h
@@ -19,11 +19,6 @@
#define CONFIG_FEC_MXC
#endif
-/* SPI */
-#ifdef CONFIG_CMD_SPI
-#define CONFIG_DEFAULT_SPI_BUS 2
-#define CONFIG_DEFAULT_SPI_MODE SPI_MODE_0
-
/* SPI FLASH */
#ifdef CONFIG_CMD_SF
#define CONFIG_ENV_SPI_BUS 2
@@ -32,8 +27,6 @@
#define CONFIG_ENV_SPI_MODE SPI_MODE_0
#endif
-#endif
-
/* Boot Linux */
#define CONFIG_BOOTFILE "uImage"
#define CONFIG_BOOTCOMMAND "bootm"