mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-01 22:21:16 +02:00
Replace --mainboard with -p internal:mainboard
NOTE: The --list-supported-wiki output changed to use -p internal:mainboard= instead of -m The --list-supported output changed the heading of the mainboard list from Vendor Board Status Required option to Vendor Board Status Required value for -p internal:mainboard= Fix lb_vendor_dev_from_string() not to write to the supplied string. Corresponding to flashrom svn r1483. Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> Acked-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at>
This commit is contained in:
@ -167,7 +167,7 @@ static void wiki_helper(const char *devicetype, int cols,
|
||||
boards[i].url ? boards[i].url : "",
|
||||
boards[i].name,
|
||||
boards[i].url ? "]" : "",
|
||||
b[k].lb_vendor ? "-m " : "—",
|
||||
b[k].lb_vendor ? "-p internal:mainboard=" : "—",
|
||||
b[k].lb_vendor ? b[k].lb_vendor : "",
|
||||
b[k].lb_vendor ? ":" : "",
|
||||
b[k].lb_vendor ? b[k].lb_part : "",
|
||||
|
Reference in New Issue
Block a user