mirror of
https://review.coreboot.org/flashrom.git
synced 2025-08-16 03:44:41 +02:00
Move show_id to where it belongs
And remove the unused force parameter. Corresponding to flashrom svn r1569. Signed-off-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
This commit is contained in:
@@ -1815,7 +1815,7 @@ int doit(struct flashctx *flash, int force, const char *filename, int read_it,
|
||||
|
||||
#if CONFIG_INTERNAL == 1
|
||||
if (programmer == PROGRAMMER_INTERNAL)
|
||||
if (show_id(newcontents, size, force)) {
|
||||
if (show_id(newcontents, size)) {
|
||||
ret = 1;
|
||||
goto out;
|
||||
}
|
||||
|
Reference in New Issue
Block a user