]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
Remove leftover
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Thu, 11 Mar 2010 14:22:04 +0000 (15:22 +0100)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Thu, 11 Mar 2010 14:22:04 +0000 (15:22 +0100)
kern/mips/yeeloong/fwstart.S

index 838becb1bd375ba1ae4ad131e9b83d32fdc10167..17fe78f40f4a8dd993b4827d4d6f4016acb02e48 100644 (file)
@@ -232,9 +232,6 @@ serial_hw_init:
        ori $t1, $zero, UART_ENABLE_DTRRTS
        sb  $t1, (%lo (GRUB_MACHINE_SERIAL_PORT) + UART_MCR)($t0)
 
-       lui $t0, %hi (GRUB_MACHINE_SERIAL_PORT)
-       addiu $t0, $t0, %lo (GRUB_MACHINE_SERIAL_PORT)
-
        /* Let message return to original caller.  */
        lui  $a0, %hi(notification_string)
        addiu $a0, $a0, %lo(notification_string)