
Fix erase for SST49LF020A. The chip supports multiple erase functions, but the function we use has an eraseblock size of 4k. Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> Index: flashrom-sst49lf020a/flashchips.c =================================================================== --- flashrom-sst49lf020a/flashchips.c (Revision 659) +++ flashrom-sst49lf020a/flashchips.c (Arbeitskopie) @@ -2160,7 +2160,7 @@ .manufacture_id = SST_ID, .model_id = SST_49LF020A, .total_size = 256, - .page_size = 16 * 1024, + .page_size = 4 * 1024, .tested = TEST_UNTESTED, .probe = probe_jedec, .probe_timing = 1, /* 150 ns */ -- http://www.hailfinger.org/

Carl-Daniel Hailfinger wrote:
Fix erase for SST49LF020A. The chip supports multiple erase functions, but the function we use has an eraseblock size of 4k.
Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
Ooops. Acked-by: Stefan Reinauer <stepan@coresystems.de>
Index: flashrom-sst49lf020a/flashchips.c =================================================================== --- flashrom-sst49lf020a/flashchips.c (Revision 659) +++ flashrom-sst49lf020a/flashchips.c (Arbeitskopie) @@ -2160,7 +2160,7 @@ .manufacture_id = SST_ID, .model_id = SST_49LF020A, .total_size = 256, - .page_size = 16 * 1024, + .page_size = 4 * 1024, .tested = TEST_UNTESTED, .probe = probe_jedec, .probe_timing = 1, /* 150 ns */
-- coresystems GmbH • Brahmsstr. 16 • D-79104 Freiburg i. Br. Tel.: +49 761 7668825 • Fax: +49 761 7664613 Email: info@coresystems.de • http://www.coresystems.de/ Registergericht: Amtsgericht Freiburg • HRB 7656 Geschäftsführer: Stefan Reinauer • Ust-IdNr.: DE245674866

On 23.07.2009 03:43, Stefan Reinauer wrote:
Carl-Daniel Hailfinger wrote:
Fix erase for SST49LF020A. The chip supports multiple erase functions, but the function we use has an eraseblock size of 4k.
Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
Ooops.
Acked-by: Stefan Reinauer <stepan@coresystems.de>
Thanks, r664. Regards, Carl-Daniel -- http://www.hailfinger.org/
participants (2)
-
Carl-Daniel Hailfinger
-
Stefan Reinauer