Some changes required to get yabel working on v2 (and they generally make
[coreboot.git] / src / arch / i386 / boot / multiboot.c
index af9b62587772d2e74956e48a2e567363a6510ce9..31e9e4aa4f43cf73d5aeb989d762d30b2c26d2f6 100644 (file)
@@ -23,8 +23,6 @@
 #include <device/resource.h>
 #include <console/console.h>
 
-typedef unsigned long long u64;
-
 static struct multiboot_mmap_entry *mb_mem;
 struct multiboot_info *mbi;