diff mbox series

[14/15] vinco: Remove CONFIG_ATMEL_SPI0

Message ID 20220318123832.1819556-14-trini@konsulko.com
State Accepted
Commit 2665853a5f3309e1e778fb93e33fbd538cb7e684
Delegated to: Tom Rini
Headers show
Series [01/15] Convert CONFIG_AT91_LED to Kconfig | expand

Commit Message

Tom Rini March 18, 2022, 12:38 p.m. UTC
This is not referenced anywhere, remove.

Signed-off-by: Tom Rini <trini@konsulko.com>
---
 include/configs/vinco.h | 6 ------
 1 file changed, 6 deletions(-)

Comments

Tom Rini March 25, 2022, 2:33 p.m. UTC | #1
On Fri, Mar 18, 2022 at 08:38:31AM -0400, Tom Rini wrote:

> This is not referenced anywhere, remove.
> 
> Signed-off-by: Tom Rini <trini@konsulko.com>

Applied to u-boot/next, thanks!
diff mbox series

Patch

diff --git a/include/configs/vinco.h b/include/configs/vinco.h
index 16c020982b39..74eccfa2e644 100644
--- a/include/configs/vinco.h
+++ b/include/configs/vinco.h
@@ -30,12 +30,6 @@ 
 #define CONFIG_SYS_INIT_SP_ADDR \
 	(CONFIG_SYS_SDRAM_BASE + 4 * 1024 - GENERATED_GBL_DATA_SIZE)
 
-/* SerialFlash */
-
-#ifdef CONFIG_CMD_SF
-#define CONFIG_ATMEL_SPI0
-#endif
-
 /* MMC */
 
 #ifdef CONFIG_CMD_MMC