From a4e579f94a80b949a0173b4b49cce01f20383aa7 Mon Sep 17 00:00:00 2001 From: Alan Green Date: Wed, 24 Jul 2019 14:18:39 +1000 Subject: flashchips.c: Mark AMD Am29F010A/B as TEST_OK_PRE The AMD Am29F010 was marked TEST_OK_PRE in chromium repo change SHA d217d1219ccaa43a01cd75475409183bd5714410. There are no other differences in the definition of this chip. This is the only change from the Chromium repo to be upstreamed for AMD chips. Signed-off-by: Alan Green Change-Id: I7fa10d33b42c09d035c611535a54592083c4eaa0 Reviewed-on: https://review.coreboot.org/c/flashrom/+/34534 Tested-by: Nico Huber Reviewed-by: Edward O'Callaghan Reviewed-by: Paul Menzel --- flashchips.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flashchips.c b/flashchips.c index b859bf638..15c33c1e9 100644 --- a/flashchips.c +++ b/flashchips.c @@ -156,7 +156,7 @@ const struct flashchip flashchips[] = { .total_size = 128, .page_size = 16 * 1024, .feature_bits = FEATURE_ADDR_2AA | FEATURE_EITHER_RESET, - .tested = TEST_UNTESTED, + .tested = TEST_OK_PRE, .probe = probe_jedec, .probe_timing = TIMING_ZERO, .block_erasers = -- cgit v1.2.3