From: Ajay Bhargav <[ajay.bhargav@einfochips.com]> Date: Mon, 3 Oct 2011 08:30:58 +0000 (+0530) Subject: Armada100: Add SPI flash support for Marvell gplugD X-Git-Tag: v2025.01-rc5-pxa1908~18631^2~49 X-Git-Url: http://git.dujemihanovic.xyz/%22http:/www.sics.se/static/%7B%7B%20%24.Site.BaseURL%20%7D%7Dposts/index.xml?a=commitdiff_plain;h=2f83cd57b67504f0c254f31862dfcc9baf791a3a;p=u-boot.git Armada100: Add SPI flash support for Marvell gplugD This patch enables Atmel AT45 SPI flash support for Marvell gplugD Enables SF commands. Signed-off-by: Ajay Bhargav --- diff --git a/include/configs/gplugd.h b/include/configs/gplugd.h index 6fa724ae45..35ecdb535d 100644 --- a/include/configs/gplugd.h +++ b/include/configs/gplugd.h @@ -95,6 +95,10 @@ #define CONFIG_ENV_SPI_CS 110 #define CONFIG_SYS_SSP_PORT 2 +/* Flash Support */ +#define CONFIG_CMD_SF +#define CONFIG_SPI_FLASH_ATMEL + /* * mv-common.h should be defined after CMD configs since it used them * to enable certain macros