diff options
| author | Shaohui Xie <[email protected]> | 2011-05-12 18:46:14 +0800 |
|---|---|---|
| committer | Kumar Gala <[email protected]> | 2011-05-18 09:14:49 -0500 |
| commit | 2dd3095d878e7066bda003a63ea8b232c19a7041 (patch) | |
| tree | efa3384911d33ece4afa6b71b19a4097a33c8664 /include | |
| parent | 0ea91423f47461bf7eaed2d4aff198076dd07fd5 (diff) | |
powerpc/85xx: Enable eSPI support on corenet ds boards
Signed-off-by: Shaohui Xie <[email protected]>
Signed-off-by: Kumar Gala <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/corenet_ds.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/configs/corenet_ds.h b/include/configs/corenet_ds.h index d1cda151d8d..561f3c27a74 100644 --- a/include/configs/corenet_ds.h +++ b/include/configs/corenet_ds.h @@ -351,6 +351,16 @@ #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. */ |
