mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-01 22:21:16 +02:00
Print the bus type(s) of both chipset and chip in the flashrom output
Corresponding to flashrom svn r635. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
This commit is contained in:
@ -1059,6 +1059,8 @@ int chipset_flash_enable(void)
|
||||
else
|
||||
printf("OK.\n");
|
||||
}
|
||||
printf("This chipset supports the following protcols: %s.\n",
|
||||
flashbuses_to_text(buses_supported));
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
Reference in New Issue
Block a user