summaryrefslogtreecommitdiff
path: root/include/configs/clearfog.h
diff options
context:
space:
mode:
authorChris Packham <judge.packham@gmail.com>2016-08-22 05:17:29 (GMT)
committerStefan Roese <sr@denx.de>2016-08-26 06:33:34 (GMT)
commit148f00e7a7f6bf28cf38c61a25056e1f2c465166 (patch)
tree91b137915d9826eb71cdc0032f0ec159be8e7c07 /include/configs/clearfog.h
parentd7b4731efd4d4d90224917fca1a09ccf99cd1baa (diff)
downloadu-boot-148f00e7a7f6bf28cf38c61a25056e1f2c465166.tar.xz
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.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/clearfog.h b/include/configs/clearfog.h
index ffaeedb..6cbdee2 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