summaryrefslogtreecommitdiffstats
path: root/print.c
diff options
context:
space:
mode:
authorVirgil-Adrian Teaca <darkstarlinux@gmail.com>2012-09-01 21:32:04 +0000
committerStefan Tauner <stefan.tauner@alumni.tuwien.ac.at>2012-09-01 21:32:04 +0000
commitdabca20a1da6e49bd53718a7382d43204c7610fe (patch)
tree9e867c1cbf13eabbd61f6abec76a6abfbaec44de /print.c
parentaf2cac0e13dafbf9e26328a85e9e423f2ca5ccfa (diff)
downloadast2050-flashrom-dabca20a1da6e49bd53718a7382d43204c7610fe.zip
ast2050-flashrom-dabca20a1da6e49bd53718a7382d43204c7610fe.tar.gz
Add support for AJAWe to pony_spi
http://www.ajawe.pl/ajawe0208.htm http://www.ajawe.pl/files/0208_R_DOK.pdf Corresponding to flashrom svn r1590. First version was Signed-off-by: Virgil-Adrian Teaca <darkstarlinux@gmail.com> Refinements and general cleanup is Signed-off-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at> Acked-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at>
Diffstat (limited to 'print.c')
-rw-r--r--print.c2
1 files changed, 1 insertions, 1 deletions
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",
OpenPOWER on IntegriCloud