diff options
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 |