Author: hailfinger
Date: 2009-06-22 12:06:28 +0200 (Mon, 22 Jun 2009)
New Revision: 619

Modified:
   trunk/flashchips.c
Log:
Eon EN25F40: Probe is tested.

Thanks to Wangji for testing and pointing out that EN25* chips were
unsupported, which was handled in r580 and r592.

Signed-off-by: Carl-Daniel Hailfinger <[email protected]>
Acked-by: Carl-Daniel Hailfinger <[email protected]>


Modified: trunk/flashchips.c
===================================================================
--- trunk/flashchips.c  2009-06-22 01:37:06 UTC (rev 618)
+++ trunk/flashchips.c  2009-06-22 10:06:28 UTC (rev 619)
@@ -993,7 +993,7 @@
                .model_id       = EN_25F40,
                .total_size     = 512,
                .page_size      = 256,
-               .tested         = TEST_UNTESTED,
+               .tested         = TEST_OK_PROBE,
                .probe          = probe_spi_rdid,
                .probe_timing   = TIMING_ZERO,
                .erase          = spi_chip_erase_60_c7,


-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to