1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-04-30 16:33:41 +02:00

Fix probe_flash to report new values set by probing functions

This is needed if the probing function changes its fill_flash parameter
like in the pattern used to support Intel Hardware Sequencing and SFDP.

Corresponding to flashrom svn r1350.

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:
Stefan Tauner 2011-06-25 17:04:26 +00:00
parent 7c612f9fb7
commit 198f2770cc

View File

@ -1188,8 +1188,8 @@ notfound:
msg_cinfo("%s chip \"%s %s\" (%d kB, %s) %s.\n", msg_cinfo("%s chip \"%s %s\" (%d kB, %s) %s.\n",
force ? "Assuming" : "Found", force ? "Assuming" : "Found",
flash->vendor, flash->name, flash->total_size, fill_flash->vendor, fill_flash->name, fill_flash->total_size,
flashbuses_to_text(flash->bustype), location); flashbuses_to_text(fill_flash->bustype), location);
/* Flash registers will not be mapped if the chip was forced. Lock info /* Flash registers will not be mapped if the chip was forced. Lock info
* may be stored in registers, so avoid lock info printing. * may be stored in registers, so avoid lock info printing.