Attention is currently required from: Edward O'Callaghan.
Nico Huber would like Edward O'Callaghan to review this change.
flashchips: Fix 4BA advertisement for dummy chip
The dummyflasher only supports the native 4BA read and write
commands, so only advertise these.
Change-Id: Ia7340835ce1680d197f250bdb5990ab2ffe3671f
Signed-off-by: Nico Huber <nico.h@gmx.de>
---
M flashchips.c
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/68/54068/1
diff --git a/flashchips.c b/flashchips.c
index 6482f67..007bcc9 100644
--- a/flashchips.c
+++ b/flashchips.c
@@ -19569,7 +19569,7 @@
.model_id = PROGDEV_ID,
.total_size = 64, /* This size is set temporarily */
.page_size = 256,
- .feature_bits = FEATURE_4BA,
+ .feature_bits = FEATURE_4BA_READ | FEATURE_4BA_WRITE,
.tested = TEST_OK_PREW,
.probe = probe_variable_size,
.block_erasers =
To view, visit change 54068. To unsubscribe, or for help writing mail filters, visit settings.