From: Peter Stuge Date: Sat, 24 Jan 2009 01:32:40 +0000 (+0000) Subject: flashrom: SST25VF080B TEST_OK_PROBE X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=commitdiff_plain;ds=sidebyside;h=6f77eeb036253115d86df0b41bfb81ae3ec0ba78;p=coreboot.git flashrom: SST25VF080B TEST_OK_PROBE Report by Scaldov M.V. Thanks! Signed-off-by: Peter Stuge Acked-by: Peter Stuge git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3892 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- diff --git a/util/flashrom/flashchips.c b/util/flashrom/flashchips.c index 628d48d4b..2929f9b0d 100644 --- a/util/flashrom/flashchips.c +++ b/util/flashrom/flashchips.c @@ -1107,7 +1107,7 @@ struct flashchip flashchips[] = { .model_id = SST_25VF080B, .total_size = 1024, .page_size = 256, - .tested = TEST_UNTESTED, + .tested = TEST_OK_PROBE, .probe = probe_spi_rdid, .erase = spi_chip_erase_60_c7, .write = spi_chip_write,