]> git.proxmox.com Git - grub2.git/commitdiff
Remove realmode.S from coreboot and qemu.
authorVladimir Serbinenko <phcoder@gmail.com>
Sat, 21 Feb 2015 18:53:18 +0000 (19:53 +0100)
committerVladimir Serbinenko <phcoder@gmail.com>
Sat, 21 Feb 2015 18:53:18 +0000 (19:53 +0100)
It's not used there.

grub-core/kern/i386/coreboot/startup.S
grub-core/kern/i386/qemu/startup.S

index 8c32838465ce5f42b8fb9ce45f1eaa65e36c5e59..c8486548de005faa31a022fe487a3688d5f0e3f1 100644 (file)
@@ -61,8 +61,3 @@ multiboot_header:
        /* checksum */
        .long   -0x1BADB002 - MULTIBOOT_MEMORY_INFO
 
-/*
- *  prot_to_real and associated structures (but NOT real_to_prot, that is
- *  only needed for BIOS gates).
- */
-#include "../realmode.S"
index 3d47d1e4f5e8157bef4c673bf1971d81ca553e3e..17aace9d4c8a1653f612bbb2e25d9c91ccbc8218 100644 (file)
@@ -73,5 +73,3 @@ codestart:
 1:     
        hlt
        jmp 1b
-
-#include "../realmode.S"