Skip to content
Snippets Groups Projects
Commit e82b762f authored by Mike Frysinger's avatar Mike Frysinger
Browse files

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: default avatarMike Frysinger <vapier@gentoo.org>
parent bc683f58
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment