From: oharboe at B. <oh...@ma...> - 2009-07-16 12:43:21
|
Author: oharboe Date: 2009-07-16 12:43:15 +0200 (Thu, 16 Jul 2009) New Revision: 2547 Modified: trunk/src/target/feroceon.c Log: microscopic whitespace cleanup Modified: trunk/src/target/feroceon.c =================================================================== --- trunk/src/target/feroceon.c 2009-07-16 10:30:50 UTC (rev 2546) +++ trunk/src/target/feroceon.c 2009-07-16 10:43:15 UTC (rev 2547) @@ -132,33 +132,18 @@ fields[0].tap = jtag_info->tap; fields[0].num_bits = 32; fields[0].out_value = out_buf; - fields[0].in_value = NULL; - - - - fields[1].tap = jtag_info->tap; fields[1].num_bits = 3; fields[1].out_value = &sysspeed_buf; - fields[1].in_value = NULL; - - - - fields[2].tap = jtag_info->tap; fields[2].num_bits = 32; fields[2].out_value = instr_buf; - fields[2].in_value = NULL; - - - - jtag_add_dr_scan(3, fields, jtag_get_end_state()); /* no jtag_add_runtest(0, jtag_get_end_state()) here */ |