commit | 4bf4e79907d4147a37639a32e1bce2c9eaea20b7 | [log] [tgz] |
---|---|---|
author | Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> | Sat Jan 09 03:15:50 2010 +0000 |
committer | Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> | Sat Jan 09 03:15:50 2010 +0000 |
tree | b1fd1a430202e2818df3bd4ff6168ded03d625c5 | |
parent | e9404668a19701ace750148624378461bc9fece5 [diff] |
Use address mask in probe_jedec This allows us to have one common probe_jedec function instead of half a dozen wrappers. The trick here is to have FEATURE_ADDR_FULL==0 and thus default to unmasked addresses. That way, we only have to annotate chips which need small address masks. Corresponding to flashrom svn r840. Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> Acked-by: Sean Nelson <audiohacked@gmail.com>