]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Blackfin: jtag-console: add debug markers
authorMike Frysinger <vapier@gentoo.org>
Fri, 23 Jul 2010 15:34:49 +0000 (11:34 -0400)
committerMike Frysinger <vapier@gentoo.org>
Sun, 25 Jul 2010 19:17:31 +0000 (15:17 -0400)
commit4fff5ac2f89140361e373818aa3c8c6c7dbd20e9
treeca350d1231e060789885a5744288438155bb6101
parent5079d8bbad77bf21ecc5f17e05141f04cfaaabb3
Blackfin: jtag-console: add debug markers

While we're in here, add some useful debug points.  We need custom debug
statements because we need the output to only go to the serial port.  If
we used the standard debug helpers, the output would also go to the stdout
(which would be the jtag console) and make it hard to figure out what is
going where exactly.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
arch/blackfin/cpu/jtag-console.c