summaryrefslogtreecommitdiffstats
path: root/include/configs/M54455EVB.h
diff options
context:
space:
mode:
authorTsiChung Liew <Tsi-Chung.Liew@freescale.com>2008-08-06 19:14:08 -0500
committerJohn Rigby <jrigby@freescale.com>2008-08-14 12:31:56 -0600
commit922cd7515597e9a2c07d68e2a6240b0b7b0f0136 (patch)
treee41a96350c021174436254ccea88fd10680e8a0d /include/configs/M54455EVB.h
parent9f751551456828b2d0ff417f10959fb0c7110bd0 (diff)
downloadblackbird-obmc-uboot-922cd7515597e9a2c07d68e2a6240b0b7b0f0136.tar.gz
blackbird-obmc-uboot-922cd7515597e9a2c07d68e2a6240b0b7b0f0136.zip
ColdFire: Add Serial Flash support for M54455EVB
Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
Diffstat (limited to 'include/configs/M54455EVB.h')
-rw-r--r--include/configs/M54455EVB.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/M54455EVB.h b/include/configs/M54455EVB.h
index f893b232cb..476aba3478 100644
--- a/include/configs/M54455EVB.h
+++ b/include/configs/M54455EVB.h
@@ -77,6 +77,7 @@
#define CONFIG_CMD_PING
#define CONFIG_CMD_REGINFO
#define CONFIG_CMD_SPI
+#define CONFIG_CMD_SF
#undef CONFIG_CMD_LOADB
#undef CONFIG_CMD_LOADS
@@ -205,6 +206,9 @@
#define CFG_SER_FLASH_BASE 0x01000000
#define CFG_SBFHDR_SIZE 0x13
#ifdef CONFIG_CMD_SPI
+# define CONFIG_SPI_FLASH
+# define CONFIG_SPI_FLASH_STMICRO
+
# define CFG_DSPI_DCTAR0 (DSPI_DCTAR_TRSZ(7) | \
DSPI_DCTAR_CPOL | \
DSPI_DCTAR_CPHA | \
OpenPOWER on IntegriCloud