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 /arch/powerpc/include | |
parent | efbeabee79a28760837fcd5e75ff53d8bb857835 (diff) | |
download | u-boot-35f9d9bdd07d5e508272421b215ffaffd867bad8.zip u-boot-35f9d9bdd07d5e508272421b215ffaffd867bad8.tar.gz u-boot-35f9d9bdd07d5e508272421b215ffaffd867bad8.tar.bz2 |
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 'arch/powerpc/include')
-rw-r--r-- | arch/powerpc/include/asm/config.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/powerpc/include/asm/config.h b/arch/powerpc/include/asm/config.h index 849a69a..c9c9964 100644 --- a/arch/powerpc/include/asm/config.h +++ b/arch/powerpc/include/asm/config.h @@ -18,13 +18,6 @@ #define HWCONFIG_BUFFER_SIZE 256 #endif -/* CONFIG_HARD_SPI triggers SPI bus initialization in PowerPC */ -#if defined(CONFIG_MPC8XXX_SPI) || defined(CONFIG_FSL_ESPI) -# ifndef CONFIG_HARD_SPI -# define CONFIG_HARD_SPI -# endif -#endif - #define CONFIG_LMB #define CONFIG_SYS_BOOT_RAMDISK_HIGH |