From: Masahiro Yamada Date: Thu, 26 Oct 2017 12:24:26 +0000 (+0900) Subject: MX28: remove CONFIG_DEFAULT_SPI_CS X-Git-Tag: v2017.11-rc3~12 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=eac89575af7c2aba21861229d06e2f36c5c9866e;p=u-boot 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 --- diff --git a/include/configs/bg0900.h b/include/configs/bg0900.h index 3b65416dcf..03700b0b7b 100644 --- a/include/configs/bg0900.h +++ b/include/configs/bg0900.h @@ -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 */ 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 */