projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ea9142
)
powerpc/85xx: Enable eSPI support on corenet ds boards
author
Shaohui Xie
<b21989@freescale.com>
Thu, 12 May 2011 10:46:14 +0000
(18:46 +0800)
committer
Kumar Gala
<galak@kernel.crashing.org>
Wed, 18 May 2011 14:14:49 +0000
(09:14 -0500)
Signed-off-by: Shaohui Xie <b21989@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
include/configs/corenet_ds.h
patch
|
blob
|
history
diff --git
a/include/configs/corenet_ds.h
b/include/configs/corenet_ds.h
index d1cda151d8df8dab77f4cf9fc5c67ce68c84d505..561f3c27a740f0e622a2ce371710157daf13537e 100644
(file)
--- a/
include/configs/corenet_ds.h
+++ b/
include/configs/corenet_ds.h
@@
-350,6
+350,16
@@
#endif
#define CONFIG_SYS_SRIO2_MEM_SIZE 0x10000000 /* 256M */
+/*
+ * eSPI - Enhanced SPI
+ */
+#define CONFIG_FSL_ESPI
+#define CONFIG_SPI_FLASH
+#define CONFIG_SPI_FLASH_SPANSION
+#define CONFIG_CMD_SF
+#define CONFIG_SF_DEFAULT_SPEED 10000000
+#define CONFIG_SF_DEFAULT_MODE 0
+
/*
* General PCI
* Memory space is mapped 1-1, but I/O space must start from 0.