]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
Remove debug serial console with hardcoded address
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Wed, 2 Dec 2009 07:37:43 +0000 (08:37 +0100)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Wed, 2 Dec 2009 07:37:43 +0000 (08:37 +0100)
kern/term.c

index 271cf8d78f2996fc82e752a4a4afffe1d9f3878b..0e3595df34efe6bc7db2dc94e7b2586a6f6cd413 100644 (file)
@@ -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)
     {