diff options
author | Chris Packham | 2016-08-22 17:17:29 +1200 |
---|---|---|
committer | Stefan Roese | 2016-08-26 08:33:34 +0200 |
commit | 148f00e7a7f6bf28cf38c61a25056e1f2c465166 (patch) | |
tree | 91b137915d9826eb71cdc0032f0ec159be8e7c07 /include/configs/clearfog.h | |
parent | d7b4731efd4d4d90224917fca1a09ccf99cd1baa (diff) |
spl: Remove unused CONFIG_SPL_SPI_* definitions
As of commit 88e34e5 ("spl: replace CONFIG_SPL_SPI_* with
CONFIG_SF_DEFAULT_*") these defines are not used. Remove them to avoid
confusion.
Signed-off-by: Chris Packham <judge.packham@gmail.com>
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include/configs/clearfog.h')
-rw-r--r-- | include/configs/clearfog.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/clearfog.h b/include/configs/clearfog.h index ffaeedbf398..6cbdee2fac6 100644 --- a/include/configs/clearfog.h +++ b/include/configs/clearfog.h @@ -133,8 +133,6 @@ #define CONFIG_SPL_SPI_SUPPORT #define CONFIG_SPL_SPI_FLASH_SUPPORT #define CONFIG_SPL_SPI_LOAD -#define CONFIG_SPL_SPI_BUS 0 -#define CONFIG_SPL_SPI_CS 0 #define CONFIG_SYS_SPI_U_BOOT_OFFS 0x20000 #define CONFIG_SYS_U_BOOT_OFFS CONFIG_SYS_SPI_U_BOOT_OFFS #endif |