target.c, jim_target_md using command_print_sameline
authorVandra Akos <axos88@gmail.com>
Fri, 25 May 2012 01:02:55 +0000 (03:02 +0200)
committerFreddie Chopin <freddie.chopin@gmail.com>
Wed, 11 Jul 2012 08:08:01 +0000 (08:08 +0000)
commit9ce207a52affec0270678808ce760450905c3f7d
tree644860c793f50f1b1fa8ff0fb1749416c8355e64
parent30aacc0564dc200ab3397d7f7c05dab932bed85b
target.c, jim_target_md using command_print_sameline

jim_target_md is supposed to print out results with command_print in
hexdump format. It was using command_print which appends a newline character
aftre every invocation. Using command_print_sameline instead

Change-Id: Iaff03021acc38d54b5a082cb58b82aa4449c0715
Signed-off-by: Vandra Akos <axos88@gmail.com>
Reviewed-on: http://openocd.zylin.com/669
Tested-by: jenkins
Reviewed-by: Alexander Osipenko <sipych@gmail.com>
Reviewed-by: Freddie Chopin <freddie.chopin@gmail.com>
src/target/target.c