From 353f6a770f2ab50bdc38081e29e5ec5f586a05db Mon Sep 17 00:00:00 2001 From: Jagan Teki Date: Thu, 15 Dec 2016 17:36:47 +0100 Subject: 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 Signed-off-by: Jagan Teki Reviewed-by: Tom Rini --- include/configs/digsy_mtc.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'include') diff --git a/include/configs/digsy_mtc.h b/include/configs/digsy_mtc.h index b2120b9b33f..ae0d3d412a1 100644 --- a/include/configs/digsy_mtc.h +++ b/include/configs/digsy_mtc.h @@ -215,12 +215,6 @@ #define CONFIG_BOOTCOMMAND "run mtcb_start" -/* - * SPI configuration - */ -#define CONFIG_HARD_SPI 1 -#define CONFIG_MPC52XX_SPI 1 - /* * I2C configuration */ -- cgit v1.2.3 From cb71c6d85409715f541261f0bdda4a8060128689 Mon Sep 17 00:00:00 2001 From: Jagan Teki Date: Fri, 25 Nov 2016 00:58:58 +0530 Subject: spi: Zap armada100_spi.c and env armada100_spi.c and related env is zapping becuase of "no DM conversion". Cc: Ajay Bhargav Signed-off-by: Jagan Teki --- include/configs/gplugd.h | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'include') diff --git a/include/configs/gplugd.h b/include/configs/gplugd.h index c1b43fd0fed..92e211713cb 100644 --- a/include/configs/gplugd.h +++ b/include/configs/gplugd.h @@ -72,11 +72,6 @@ /* GPIO Configuration for PHY */ #define CONFIG_SYS_GPIO_PHY_RST 104 /* GPIO104 */ -/* SPI Support */ -#define CONFIG_ARMADA100_SPI -#define CONFIG_ENV_SPI_CS 110 -#define CONFIG_SYS_SSP_PORT 2 - /* Flash Support */ /* @@ -95,10 +90,8 @@ /* * Environment variables configurations */ -#define CONFIG_ENV_IS_IN_SPI_FLASH -#define CONFIG_ENV_SECT_SIZE 0x4000 +#define CONFIG_ENV_IS_NOWHERE #define CONFIG_ENV_SIZE 0x4000 -#define CONFIG_ENV_OFFSET 0x07C000 #ifdef CONFIG_CMD_USB #define CONFIG_USB_EHCI -- cgit v1.2.3