From b3b860154ddb69f0596c2ee98fb1da21091ecc84 Mon Sep 17 00:00:00 2001 From: Nico Huber Date: Tue, 11 May 2021 18:50:30 +0200 Subject: 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 Reviewed-on: https://review.coreboot.org/c/flashrom/+/54068 Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons Reviewed-by: Edward O'Callaghan --- flashchips.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'flashchips.c') diff --git a/flashchips.c b/flashchips.c index 6482f673..007bcc9c 100644 --- a/flashchips.c +++ b/flashchips.c @@ -19569,7 +19569,7 @@ const struct flashchip flashchips[] = { .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 = -- cgit v1.2.3