]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
MX28: remove CONFIG_DEFAULT_SPI_CS
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Thu, 26 Oct 2017 12:24:26 +0000 (21:24 +0900)
committerTom Rini <trini@konsulko.com>
Fri, 27 Oct 2017 12:52:22 +0000 (08:52 -0400)
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>
include/configs/bg0900.h
include/configs/m28evk.h

index 3b65416dcfb351dd0ae98867fa9f8d176d8c704f..03700b0b7bb168505bf2bb79626e952d5eeb17e8 100644 (file)
@@ -27,7 +27,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 */
index 4fcf4805eec1c39a01bef638c56555ce28bbb843..b5ba6b43d7e5c45e6b26b383dfb5ad1b33fc16fe 100644 (file)
@@ -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 */