Attention is currently required from: Edward O'Callaghan.
1 comment:
Patchset:
```
jedec.c: In function 'probe_jedec_29gl':
jedec.c:135:28: error: 'JEDEC_REMS' undeclared (first use in this function)
135 | chip_writeb(flash, JEDEC_REMS, bios + (0x5555 & mask));
| ^~~~~~~~~~
jedec.c:135:28: note: each undeclared identifier is reported only once for each function it appears in
jedec.c: In function 'probe_jedec':
jedec.c:219:28: error: 'JEDEC_REMS' undeclared (first use in this function)
219 | chip_writeb(flash, JEDEC_REMS, bios + ((shifted ? 0x2AAA : 0x5555) & mask));
| ^~~~~~~~~~
```
To view, visit change 72632. To unsubscribe, or for help writing mail filters, visit settings.