Commit 1dc6cd4f authored by Takahiro Kuwano's avatar Takahiro Kuwano Committed by Pratyush Yadav
parent a84d4521
...@@ -966,6 +966,10 @@ static const struct flash_info spansion_nor_parts[] = { ...@@ -966,6 +966,10 @@ static const struct flash_info spansion_nor_parts[] = {
.name = "s28hl01gt", .name = "s28hl01gt",
.mfr_flags = USE_CLPEF, .mfr_flags = USE_CLPEF,
.fixups = &s28hx_t_fixups, .fixups = &s28hx_t_fixups,
}, {
.id = SNOR_ID(0x34, 0x5b, 0x19),
.mfr_flags = USE_CLPEF,
.fixups = &s28hx_t_fixups,
}, { }, {
.id = SNOR_ID(0x34, 0x5b, 0x1a), .id = SNOR_ID(0x34, 0x5b, 0x1a),
.name = "s28hs512t", .name = "s28hs512t",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment