summaryrefslogtreecommitdiff
path: root/include/configs/m28evk.h
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2017-10-26 15:24:26 +0300
committerTom Rini <trini@konsulko.com>2017-10-27 15:52:22 +0300
commiteac89575af7c2aba21861229d06e2f36c5c9866e (patch)
tree18dba9c929cf9d60a00522df784cea98a882751e /include/configs/m28evk.h
parent00687674a996c4bc51ac6c3b24c09ac3fc1bbaef (diff)
downloadu-boot-eac89575af7c2aba21861229d06e2f36c5c9866e.tar.xz
MX28: remove CONFIG_DEFAULT_SPI_CS
This macro is defined, but not referenced by anyone. I did not touch config_whitelist.txt - the CONFIG will be dropped by the next re-sync. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'include/configs/m28evk.h')
-rw-r--r--include/configs/m28evk.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/m28evk.h b/include/configs/m28evk.h
index 4fcf4805ee..b5ba6b43d7 100644
--- a/include/configs/m28evk.h
+++ b/include/configs/m28evk.h
@@ -72,7 +72,6 @@
/* SPI */
#ifdef CONFIG_CMD_SPI
#define CONFIG_DEFAULT_SPI_BUS 2
-#define CONFIG_DEFAULT_SPI_CS 0
#define CONFIG_DEFAULT_SPI_MODE SPI_MODE_0
/* SPI FLASH */