projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
daa4b2f
)
Armada100: Add SPI flash support for Marvell gplugD
author
Ajay Bhargav
<[ajay.bhargav@einfochips.com]>
Mon, 3 Oct 2011 08:30:58 +0000
(14:00 +0530)
committer
Albert ARIBAUD
<albert.u.boot@aribaud.net>
Thu, 27 Oct 2011 19:56:32 +0000
(21:56 +0200)
This patch enables Atmel AT45 SPI flash support for Marvell gplugD
Enables SF commands.
Signed-off-by: Ajay Bhargav <ajay.bhargav@einfochips.com>
include/configs/gplugd.h
patch
|
blob
|
history
diff --git
a/include/configs/gplugd.h
b/include/configs/gplugd.h
index 6fa724ae452697cb0c7dfd36df1d7b8f07b6084e..35ecdb535d1bdc7f0a0a8293b4a428c75e4fb3f7 100644
(file)
--- 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