Message ID | 1509020671-1321-12-git-send-email-yamada.masahiro@socionext.com |
---|---|
State | Accepted |
Commit | eac89575af7c2aba21861229d06e2f36c5c9866e |
Headers | show |
Series | Remove two unused drivers and unused CONFIG options | expand |
On Thu, Oct 26, 2017 at 09:24:26PM +0900, Masahiro Yamada wrote: > 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> Applied to u-boot/master, thanks! -- Tom
diff --git a/include/configs/bg0900.h b/include/configs/bg0900.h index 3b65416..03700b0 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 4fcf480..b5ba6b4 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 */
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 | 1 - include/configs/m28evk.h | 1 - 2 files changed, 2 deletions(-)