]> git.sur5r.net Git - u-boot/blobdiff - arch/x86/cpu/coreboot/sdram.c
x86: Rename e820entry to e820_entry
[u-boot] / arch / x86 / cpu / coreboot / sdram.c
index 05918bce07775a3c9f8e15409c07f6420fbfd822..885fc6f5f2cd8fe5be1ce99be89a70173fc311ef 100644 (file)
@@ -13,7 +13,7 @@
 DECLARE_GLOBAL_DATA_PTR;
 
 unsigned int install_e820_map(unsigned int max_entries,
-                             struct e820entry *entries)
+                             struct e820_entry *entries)
 {
        unsigned int num_entries;
        int i;