mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-07 09:51:05 +01:00
ipq807x: Fixed flash ID for MX25U3235F
Change-Id: Ie9e2224b963428386f6970ef5950a9d04ac3cad8 Signed-off-by: Vasudevan Murugesan <vmuruges@codeaurora.org>
This commit is contained in:
parent
4d87eb54cd
commit
6ebedacfc5
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ const struct spi_flash_params spi_flash_params_table[] = {
|
|||
{"MX25L25635F", 0xc22019, 0x0, 64 * 1024, 512, RD_FULL, WR_QPP},
|
||||
{"MX25L51235F", 0xc2201a, 0x0, 64 * 1024, 1024, RD_FULL, WR_QPP},
|
||||
{"MX25L12855E", 0xc22618, 0x0, 64 * 1024, 256, RD_FULL, WR_QPP},
|
||||
{"MX25U3235F", 0xc2536, 0x0, 64 * 1024, 64, RD_NORM, 0},
|
||||
{"MX25U3235F", 0xc22536, 0x0, 64 * 1024, 64, RD_NORM, 0},
|
||||
{"MX25U6435F", 0xc22537, 0x0, 64 * 1024, 128, RD_NORM, 0},
|
||||
{"MX25U25635F", 0xc22539, 0x0, 64 * 1024, 512, RD_NORM, 0},
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue