From 6fe523ad2d3c8c894ccf81281cbab00b7deb81a7 Mon Sep 17 00:00:00 2001 From: Marcel Telka Date: Thu, 24 Oct 2002 20:49:32 +0000 Subject: [PATCH] Fixed comment about position of the chip in a JTAG chain. git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@213 b68d4a1b-bc3d-0410-92ed-d4ac073336b7 --- jtag/src/pxa250.c | 2 +- jtag/src/sa1110.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jtag/src/pxa250.c b/jtag/src/pxa250.c index 264d41fc..88e55e3b 100644 --- a/jtag/src/pxa250.c +++ b/jtag/src/pxa250.c @@ -28,7 +28,7 @@ #include "pxa250.h" -/* PXA250 must be in position 0 */ +/* PXA250 must be at position 0 in JTAG chain */ static void setup_address( part *p, uint32_t a ) diff --git a/jtag/src/sa1110.c b/jtag/src/sa1110.c index 15f6b33d..380a9872 100644 --- a/jtag/src/sa1110.c +++ b/jtag/src/sa1110.c @@ -28,7 +28,7 @@ #include "sa1110.h" -/* SA1110 must be in position 0 */ +/* SA1110 must be at position 0 in JTAG chain */ static void setup_address( part *p, uint32_t a )