Remove debug serial console with hardcoded address
This commit is contained in:
parent
badcfeeac0
commit
adbba2a4ef
1 changed files with 1 additions and 4 deletions
|
@ -51,10 +51,7 @@ grub_putcode (grub_uint32_t code)
|
||||||
int height = grub_getwh () & 255;
|
int height = grub_getwh () & 255;
|
||||||
|
|
||||||
if (!grub_cur_term_output)
|
if (!grub_cur_term_output)
|
||||||
{
|
return;
|
||||||
*(grub_uint8_t *)0xbff003f8 = code;
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (code == '\t' && grub_cur_term_output->getxy)
|
if (code == '\t' && grub_cur_term_output->getxy)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue