commit | 2665853a5f3309e1e778fb93e33fbd538cb7e684 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Fri Mar 18 08:38:31 2022 -0400 |
committer | Tom Rini <trini@konsulko.com> | Fri Mar 25 12:01:15 2022 +0000 |
tree | 0dac6ccc57902bc8eefd5782467ea182b205c25e | |
parent | 61b9c42e8c1e68e6be0c0e72425e6df8eeedd5d7 [diff] |
vinco: Remove CONFIG_ATMEL_SPI0 This is not referenced anywhere, remove. Signed-off-by: Tom Rini <trini@konsulko.com>
diff --git a/include/configs/vinco.h b/include/configs/vinco.h index 16c0209..74eccfa 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