From: Vladimir 'phcoder' Serbinenko Date: Wed, 2 Dec 2009 07:37:43 +0000 (+0100) Subject: Remove debug serial console with hardcoded address X-Git-Tag: 1.98~160^2~51 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=adbba2a4ef44ccb309dfbf89b5321ff2794d3c46;p=thirdparty%2Fgrub.git Remove debug serial console with hardcoded address --- diff --git a/kern/term.c b/kern/term.c index 271cf8d78..0e3595df3 100644 --- a/kern/term.c +++ b/kern/term.c @@ -51,10 +51,7 @@ grub_putcode (grub_uint32_t code) int height = grub_getwh () & 255; if (!grub_cur_term_output) - { - *(grub_uint8_t *)0xbff003f8 = code; - return; - } + return; if (code == '\t' && grub_cur_term_output->getxy) {