From 9899cadcd8cb89fc675d38e59cad73641ddc565c Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Sun, 28 Jun 2009 21:47:57 +0000 Subject: Print the bus type(s) of both chipset and chip in the flashrom output Corresponding to flashrom svn r635. Signed-off-by: Uwe Hermann Acked-by: Uwe Hermann --- chipset_enable.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'chipset_enable.c') diff --git a/chipset_enable.c b/chipset_enable.c index 670ece7..3c1f7bd 100644 --- a/chipset_enable.c +++ b/chipset_enable.c @@ -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; } -- cgit v1.1