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
commit29348ccc6c328134dbab84a50f24d86d32fa4b21 (patch)
tree9e867c1cbf13eabbd61f6abec76a6abfbaec44de /print.c
parent8a8f4edcb7387a014dea33292e88badf838579f4 (diff)
downloadflashrom-29348ccc6c328134dbab84a50f24d86d32fa4b21.zip
flashrom-29348ccc6c328134dbab84a50f24d86d32fa4b21.tar.gz
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 Refinements and general cleanup is Corresponding to flashrom svn r1590. Signed-off-by: Virgil-Adrian Teaca <darkstarlinux@gmail.com> 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