mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-01 17:36:03 +01:00
Added legacy flash ST Micro M29W040B
This commit is contained in:
parent
626d07348e
commit
94f9279f7b
1 changed files with 14 additions and 0 deletions
|
|
@ -215,6 +215,20 @@ static const struct amd_flash_info jedec_table[] = {
|
|||
ERASEINFO(0x01000,128),
|
||||
}
|
||||
},
|
||||
{
|
||||
.mfr_id = STM_MANUFACT,
|
||||
.dev_id = STM_ID_M29W040B,
|
||||
.name = "ST Micro M29W040B",
|
||||
.uaddr = {
|
||||
[0] = MTD_UADDR_0x0555_0x02AA /* x8 */
|
||||
},
|
||||
.DevSize = SIZE_512KiB,
|
||||
.CmdSet = P_ID_AMD_STD,
|
||||
.NumEraseRegions= 1,
|
||||
.regions = {
|
||||
ERASEINFO(0x10000,8),
|
||||
}
|
||||
},
|
||||
#endif
|
||||
#ifdef CONFIG_SYS_FLASH_LEGACY_512Kx16
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue