diff options
author | Jagan Teki <jagan@openedev.com> | 2016-12-15 17:36:47 +0100 |
---|---|---|
committer | Jagan Teki <jagan@amarulasolutions.com> | 2016-12-21 12:14:37 +0100 |
commit | 353f6a770f2ab50bdc38081e29e5ec5f586a05db (patch) | |
tree | 5f3901f2a838399d2a3c8c3a7c5afc2265e97b23 /include | |
parent | 4cf5c5f1e60e6541630ae829b5fa2db704c268f0 (diff) | |
download | u-boot-imx-353f6a770f2ab50bdc38081e29e5ec5f586a05db.zip u-boot-imx-353f6a770f2ab50bdc38081e29e5ec5f586a05db.tar.gz u-boot-imx-353f6a770f2ab50bdc38081e29e5ec5f586a05db.tar.bz2 |
spi: Zap mpc52xx_spi.c, config and related code
armada100_spi.c, related config options and related codes
are zapping becuase of "no DM conversion".
Cc: Werner Pfister <Pfister_Werner@intercontrol.de>
Signed-off-by: Jagan Teki <jagan@openedev.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/digsy_mtc.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/configs/digsy_mtc.h b/include/configs/digsy_mtc.h index b2120b9..ae0d3d4 100644 --- a/include/configs/digsy_mtc.h +++ b/include/configs/digsy_mtc.h @@ -216,12 +216,6 @@ #define CONFIG_BOOTCOMMAND "run mtcb_start" /* - * SPI configuration - */ -#define CONFIG_HARD_SPI 1 -#define CONFIG_MPC52XX_SPI 1 - -/* * I2C configuration */ #define CONFIG_HARD_I2C 1 |