commit | 051e2366fbf453aa39ecd826027fbf553a33c3d4 | [log] [tgz] |
---|---|---|
author | Stefan Reinauer <reinauer@google.com> | Wed Jan 19 06:21:54 2011 +0000 |
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | Wed Jan 19 06:21:54 2011 +0000 |
tree | b9fe7f57647b6a29c8fa016cea0fe1a1e7042768 | |
parent | a60faab83ef86bcf2884311db07cf13f445d7f47 [diff] |
Avoid printing mapped addresses for programmers that do not map flash chips Don't print the local memory flash chip address on programmers that don't actually map the flash chip into local memory (like the dediprog) because the value does not make sense there. This version was reworked / rewritten by Mathias Krause to have less "impact" Corresponding to flashrom svn r1253. Signed-off-by: Stefan Reinauer <reinauer@google.com> Acked-by: Mathias Krause <mathias.krause@secunet.com>