All SPI chips mentioned in flashchips.c had their sector size listed as
authorCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
Sat, 29 Dec 2007 11:05:59 +0000 (11:05 +0000)
committerCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
Sat, 29 Dec 2007 11:05:59 +0000 (11:05 +0000)
commit19cf6a389027c055b2b278ad357e43a7d8c12643
treeb1a5e2e556c4f5a76c34738305afd9e8c1c60b9e
parent29df7a9662e935ede0996baf7f01ef49aace5063
All SPI chips mentioned in flashchips.c had their sector size listed as
page size. Fix that. Page size is uniform 256 bytes for SPI.

A sector/block size field in struct flashchip would be nice, though.

Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
Acked-by: Corey Osgood <corey.osgood@gmail.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3027 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
util/flashrom/flashchips.c