diff options
author | Piotr Esden-Tempski <piotr@esden.net> | 2010-11-29 12:58:30 -0800 |
---|---|---|
committer | Øyvind Harboe <oyvind.harboe@zylin.com> | 2010-11-30 08:15:19 +0100 |
commit | 6356604382698463dd0bc0e8d71cb6d5f480ecaa (patch) | |
tree | 3d3cdc79f4a480fa3bee0242e0827759c42185e4 | |
parent | 94e1445a864532440380a640e180df81b4db07ec (diff) | |
download | openocd_libswd-6356604382698463dd0bc0e8d71cb6d5f480ecaa.tar.gz openocd_libswd-6356604382698463dd0bc0e8d71cb6d5f480ecaa.tar.bz2 openocd_libswd-6356604382698463dd0bc0e8d71cb6d5f480ecaa.tar.xz openocd_libswd-6356604382698463dd0bc0e8d71cb6d5f480ecaa.zip |
Some cosmetic fixes to the Lisa/L layout support functions.
-rw-r--r-- | src/jtag/drivers/ft2232.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/jtag/drivers/ft2232.c b/src/jtag/drivers/ft2232.c index 44391599..928ec1c6 100644 --- a/src/jtag/drivers/ft2232.c +++ b/src/jtag/drivers/ft2232.c @@ -3113,10 +3113,6 @@ static int lisa_l_init(void) uint8_t buf[3]; uint32_t bytes_written; - /* - * NOTE: This is now _specific_ to the "usbjtag" layout. - * Don't try cram any more layouts into this. - */ ftx232_dbus_init(); nTRST = 0x10; @@ -3227,7 +3223,7 @@ static void turtle_jtag_blink(void) static void lisa_l_blink(void) { /* - * Lisa/L has two LEDs connected to BCBUS3 and ACBUS4 + * Lisa/L has two LEDs connected to BCBUS3 and BCBUS4 */ if (high_output & 0x10) { |