summaryrefslogtreecommitdiff
path: root/include/configs/ids8313.h
diff options
context:
space:
mode:
authorJagan Teki <jagan@amarulasolutions.com>2018-11-24 12:01:12 +0300
committerJagan Teki <jagan@amarulasolutions.com>2018-11-27 18:36:53 +0300
commit35f9d9bdd07d5e508272421b215ffaffd867bad8 (patch)
treeaa441062a0012fa4811453ea67866c8017664e00 /include/configs/ids8313.h
parentefbeabee79a28760837fcd5e75ff53d8bb857835 (diff)
downloadu-boot-35f9d9bdd07d5e508272421b215ffaffd867bad8.tar.xz
spi: Zap CONFIG_HARD_SPI
In legacy CONFIG_HARD_SPI initalizing spi_init code, which was removed during dm conversion cleanup. So remove the dead instances of CONFIG_HARD_SPI, and related code. Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Diffstat (limited to 'include/configs/ids8313.h')
-rw-r--r--include/configs/ids8313.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/configs/ids8313.h b/include/configs/ids8313.h
index 28124dd4b1..7e4c497fe0 100644
--- a/include/configs/ids8313.h
+++ b/include/configs/ids8313.h
@@ -159,7 +159,6 @@
*/
#define CONFIG_TSEC1
#define CONFIG_TSEC2
-#define CONFIG_HARD_SPI
/*
* NOR FLASH setup
@@ -274,15 +273,6 @@
#define CONFIG_SYS_I2C_RTC_ADDR 0x51
/*
- * SPI setup
- */
-#ifdef CONFIG_HARD_SPI
-#define CONFIG_SYS_GPIO1_PRELIM
-#define CONFIG_SYS_GPIO1_DIR 0x00000001
-#define CONFIG_SYS_GPIO1_DAT 0x00000001
-#endif
-
-/*
* Ethernet setup
*/
#ifdef CONFIG_TSEC1