diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2008-01-18 16:16:45 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2008-01-18 16:16:45 +0000 |
commit | ca374d455cad29c546a2d310c331a4ae431c33f9 (patch) | |
tree | 63d7914ee3fb021750389ab5ef45b2f0d376d476 /src/arch/i386/boot/tables.c | |
parent | 997afe6ca576dcc0117891294b5f51f29864f354 (diff) | |
download | coreboot-ca374d455cad29c546a2d310c331a4ae431c33f9.tar.xz |
rename linuxbios_* files, too.
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3057 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/arch/i386/boot/tables.c')
-rw-r--r-- | src/arch/i386/boot/tables.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/arch/i386/boot/tables.c b/src/arch/i386/boot/tables.c index 417d9a98bb..0ff5c0ad2d 100644 --- a/src/arch/i386/boot/tables.c +++ b/src/arch/i386/boot/tables.c @@ -4,12 +4,12 @@ #include <console/console.h> #include <cpu/cpu.h> #include <boot/tables.h> -#include <boot/linuxbios_tables.h> +#include <boot/coreboot_tables.h> #include <arch/pirq_routing.h> #include <arch/smp/mpspec.h> #include <arch/acpi.h> #include <string.h> -#include "linuxbios_table.h" +#include "coreboot_table.h" // Global Descriptor Table, defined in c_start.S extern uint8_t gdt; |