mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
Merge "sf: params: Add MX25U12835F part support"
This commit is contained in:
commit
0f5b9a078e
1 changed files with 1 additions and 0 deletions
|
|
@ -57,6 +57,7 @@ const struct spi_flash_params spi_flash_params_table[] = {
|
|||
{"MX25L12855E", 0xc22618, 0x0, 64 * 1024, 256, RD_FULL, WR_QPP},
|
||||
{"MX25U3235F", 0xc22536, 0x0, 64 * 1024, 64, RD_NORM, 0},
|
||||
{"MX25U6435F", 0xc22537, 0x0, 64 * 1024, 128, RD_NORM, 0},
|
||||
{"MX25U12835F", 0xc22538, 0x0, 64 * 1024, 256, RD_NORM, 0},
|
||||
{"MX25U25635F", 0xc22539, 0x0, 64 * 1024, 512, RD_NORM, 0},
|
||||
#endif
|
||||
#ifdef CONFIG_SPI_FLASH_SPANSION /* SPANSION */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue