diff options
author | Jagan Teki <jagan@amarulasolutions.com> | 2018-11-24 14:31:12 +0530 |
---|---|---|
committer | Jagan Teki <jagan@amarulasolutions.com> | 2018-11-27 21:06:53 +0530 |
commit | 35f9d9bdd07d5e508272421b215ffaffd867bad8 (patch) | |
tree | aa441062a0012fa4811453ea67866c8017664e00 /include/configs/p1_twr.h | |
parent | efbeabee79a28760837fcd5e75ff53d8bb857835 (diff) | |
download | u-boot-35f9d9bdd07d5e508272421b215ffaffd867bad8.tar.gz |
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/p1_twr.h')
-rw-r--r-- | include/configs/p1_twr.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/configs/p1_twr.h b/include/configs/p1_twr.h index d018c22afd..4f48370648 100644 --- a/include/configs/p1_twr.h +++ b/include/configs/p1_twr.h @@ -214,11 +214,6 @@ extern unsigned long get_board_sys_clk(unsigned long dummy); #define CONFIG_SYS_EEPROM_PAGE_WRITE_BITS 3 #define CONFIG_SYS_EEPROM_PAGE_WRITE_DELAY_MS 5 -/* - * eSPI - Enhanced SPI - */ -#define CONFIG_HARD_SPI - #if defined(CONFIG_PCI) /* * General PCI |