diff options
author | Greg Watson <jarrah@users.sourceforge.net> | 2003-06-13 17:09:26 +0000 |
---|---|---|
committer | Greg Watson <jarrah@users.sourceforge.net> | 2003-06-13 17:09:26 +0000 |
commit | 8cff29d63e256ed36217174ac14f9c132ab3076a (patch) | |
tree | 763ead1c43cd7c60c68ec9707dae821eedaaeb49 /src/arch/ppc/boot/boot.c | |
parent | c055fbb274305ff982922eb4d19b04353d3e3fb7 (diff) |
Added tables.c
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@874 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/arch/ppc/boot/boot.c')
-rw-r--r-- | src/arch/ppc/boot/boot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/ppc/boot/boot.c b/src/arch/ppc/boot/boot.c index 79eea965b3..860576370b 100644 --- a/src/arch/ppc/boot/boot.c +++ b/src/arch/ppc/boot/boot.c @@ -2,7 +2,7 @@ #include <boot/elf.h> #include <boot/elf_boot.h> #include <string.h> -#include <printk.h> +#include <console/console.h> #ifndef CMD_LINE |