diff options
author | Jagan Teki <jagan@openedev.com> | 2016-11-25 00:58:58 +0530 |
---|---|---|
committer | Jagan Teki <jagan@amarulasolutions.com> | 2016-12-21 12:18:47 +0100 |
commit | cb71c6d85409715f541261f0bdda4a8060128689 (patch) | |
tree | b21b10bc1bb45fdbad4f98c0073e517ca502ad21 /include/configs/gplugd.h | |
parent | 353f6a770f2ab50bdc38081e29e5ec5f586a05db (diff) | |
download | u-boot-imx-cb71c6d85409715f541261f0bdda4a8060128689.zip u-boot-imx-cb71c6d85409715f541261f0bdda4a8060128689.tar.gz u-boot-imx-cb71c6d85409715f541261f0bdda4a8060128689.tar.bz2 |
spi: Zap armada100_spi.c and env
armada100_spi.c and related env is zapping becuase
of "no DM conversion".
Cc: Ajay Bhargav <ajay.bhargav@einfochips.com>
Signed-off-by: Jagan Teki <jagan@openedev.com>
Diffstat (limited to 'include/configs/gplugd.h')
-rw-r--r-- | include/configs/gplugd.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/include/configs/gplugd.h b/include/configs/gplugd.h index c1b43fd..92e2117 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 |