commit | 2ad267d8cd61a49908f6b436fd81779839fc6541 | [log] [tgz] |
---|---|---|
author | Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> | Wed May 27 11:40:08 2009 +0000 |
committer | Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> | Wed May 27 11:40:08 2009 +0000 |
tree | f0667f61e5b2266c1b9d65c32abc65453191c643 | |
parent | 09b4fb73f28c85536617a15d16f90aaa4ab27f3c [diff] |
Use consistent naming for local chip ID variables Every chip besides SPI and w39v080fa uses id1/id2 as local variable names to store ID responses from the flash chip. This eases grepping a lot. As a bonus, it also frees up some names to be used as parameters. Corresponding to flashrom svn r551. Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> Acked-by: Patrick Georgi <patrick.georgi@coresystems.de>