From 148f00e7a7f6bf28cf38c61a25056e1f2c465166 Mon Sep 17 00:00:00 2001 From: Chris Packham Date: Mon, 22 Aug 2016 17:17:29 +1200 Subject: 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 Signed-off-by: Stefan Roese --- include/configs/clearfog.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/configs/clearfog.h') 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 -- cgit v1.2.3