mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
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 <ajay.bhargav@einfochips.com>
This commit is contained in:
parent
daa4b2f7f5
commit
2f83cd57b6
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue