提交 94f9279f 编写于 作者: N Niklaus Giger 提交者: Wolfgang Denk

Added legacy flash ST Micro M29W040B

上级 626d0734
...@@ -215,6 +215,20 @@ static const struct amd_flash_info jedec_table[] = { ...@@ -215,6 +215,20 @@ static const struct amd_flash_info jedec_table[] = {
ERASEINFO(0x01000,128), 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 #endif
#ifdef CONFIG_SYS_FLASH_LEGACY_512Kx16 #ifdef CONFIG_SYS_FLASH_LEGACY_512Kx16
{ {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册