aboutsummaryrefslogtreecommitdiff
path: root/src/arch/ppc/boot/tables.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/ppc/boot/tables.c')
-rw-r--r--src/arch/ppc/boot/tables.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/arch/ppc/boot/tables.c b/src/arch/ppc/boot/tables.c
index a9e1e8eb0f..00cc057277 100644
--- a/src/arch/ppc/boot/tables.c
+++ b/src/arch/ppc/boot/tables.c
@@ -1,8 +1,8 @@
#include <console/console.h>
#include <cpu/cpu.h>
#include <boot/tables.h>
-#include <boot/linuxbios_tables.h>
-#include "linuxbios_table.h"
+#include <boot/coreboot_tables.h>
+#include "coreboot_table.h"
struct lb_memory *
write_tables(void)