commit | e82b762f293debc53c5afa90f37264f6b07520f9 | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Tue Mar 17 13:58:23 2009 -0400 |
committer | Mike Frysinger <vapier@gentoo.org> | Mon Mar 23 15:14:52 2009 -0400 |
tree | b207f0cedee7789001267274bab53967dc6d0ad6 | |
parent | bc683f58b1f1d8d20546fe019483967a51a49df1 [diff] |
Blackfin: fix jtag console tstc The jtag tstc operation was checking the hardware to see if data is available from it (which is fine for the jtag getc operation), but the higher layers need to know whether any data is available. Since we have to read up to 4 bytes at a time from the hardware, the higher layers need to know they can consume the cached bytes as well. Signed-off-by: Mike Frysinger <vapier@gentoo.org>