From 144d0913f3d60c59517f0f6005ec61f816775c48 Mon Sep 17 00:00:00 2001 From: Vladimir 'phcoder' Serbinenko Date: Thu, 11 Mar 2010 15:22:04 +0100 Subject: [PATCH] Remove leftover --- kern/mips/yeeloong/fwstart.S | 3 --- 1 file changed, 3 deletions(-) diff --git a/kern/mips/yeeloong/fwstart.S b/kern/mips/yeeloong/fwstart.S index 838becb1b..17fe78f40 100644 --- a/kern/mips/yeeloong/fwstart.S +++ b/kern/mips/yeeloong/fwstart.S @@ -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)