diff options
author | Shaohui Xie <Shaohui.Xie@freescale.com> | 2013-03-25 07:33:13 +0000 |
---|---|---|
committer | Andy Fleming <afleming@freescale.com> | 2013-05-14 16:00:25 -0500 |
commit | 7ff8c7ce35c4468aac02f1ab4468e23384564eb0 (patch) | |
tree | 5ae9256e9ac8dfecbf9d434725eb598603628c09 /include/configs | |
parent | 45c18853d8bfb6c4e12d6e19c5391e5978a2f524 (diff) | |
download | talos-obmc-uboot-7ff8c7ce35c4468aac02f1ab4468e23384564eb0.tar.gz talos-obmc-uboot-7ff8c7ce35c4468aac02f1ab4468e23384564eb0.zip |
powerpc/t4240qds: Fix SPI flash type
T4240QDS uses a SST instead of SPANSION SPI flash.
Signed-off-by: Shaohui Xie <Shaohui.Xie@freescale.com>
Signed-off-by: Andy Fleming <afleming@freescale.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/t4qds.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/t4qds.h b/include/configs/t4qds.h index 2c665b8a9d..fb8863b070 100644 --- a/include/configs/t4qds.h +++ b/include/configs/t4qds.h @@ -504,7 +504,7 @@ unsigned long get_board_ddr_clk(void); */ #define CONFIG_FSL_ESPI #define CONFIG_SPI_FLASH -#define CONFIG_SPI_FLASH_SPANSION +#define CONFIG_SPI_FLASH_SST #define CONFIG_CMD_SF #define CONFIG_SF_DEFAULT_SPEED 10000000 #define CONFIG_SF_DEFAULT_MODE 0 |