Some cosmetic fixes to the Lisa/L layout support functions.
authorPiotr Esden-Tempski <piotr@esden.net>
Mon, 29 Nov 2010 20:58:30 +0000 (12:58 -0800)
committerØyvind Harboe <oyvind.harboe@zylin.com>
Tue, 30 Nov 2010 07:15:19 +0000 (08:15 +0100)
src/jtag/drivers/ft2232.c

index 44391599ce4dade7ee8c8efc32d247868676ad6f..928ec1c66f33eb1fbd5b910f5db49e3732784e0c 100644 (file)
@@ -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)
        {