From 6cd2e4fc2c97bba1aadfe8d6a16a9bfaa5c32b03 Mon Sep 17 00:00:00 2001 From: stefanct Date: Sat, 1 Sep 2012 21:32:04 +0000 Subject: Add support for AJAWe to pony_spi. http://www.ajawe.pl/ajawe0208.htm http://www.ajawe.pl/files/0208_R_DOK.pdf First version was Signed-off-by: Virgil-Adrian Teaca Refinements and general cleanup is Signed-off-by: Stefan Tauner Acked-by: Stefan Tauner git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@1590 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- print.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'print.c') diff --git a/print.c b/print.c index f0cd753..ae067a6 100644 --- a/print.c +++ b/print.c @@ -520,7 +520,7 @@ void print_supported(void) msg_ginfo("\nSupported devices for the %s programmer:\n", programmer_table[PROGRAMMER_PONY_SPI].name); /* FIXME */ - msg_ginfo("SI-Prog and SERBANG serial port programmer\n"); + msg_ginfo("SI-Prog, serbang and AJAWe serial port programmers\n"); #endif #if CONFIG_NICINTEL == 1 msg_ginfo("\nSupported devices for the %s programmer:\n", -- cgit v1.2.1