]> git.sur5r.net Git - u-boot/blobdiff - arch/x86/include/asm/bootparam.h
x86: Rename e820entry to e820_entry
[u-boot] / arch / x86 / include / asm / bootparam.h
index 6aba61436123fc58774b379c30e3fd5ebab379dc..0386cbeca508f0d421e0fdef6463cf037ea88d7f 100644 (file)
@@ -111,7 +111,7 @@ struct boot_params {
        struct setup_header hdr;    /* setup header */  /* 0x1f1 */
        __u8  _pad7[0x290-0x1f1-sizeof(struct setup_header)];
        __u32 edd_mbr_sig_buffer[EDD_MBR_SIG_MAX];      /* 0x290 */
-       struct e820entry e820_map[E820MAX];             /* 0x2d0 */
+       struct e820_entry e820_map[E820MAX];            /* 0x2d0 */
        __u8  _pad8[48];                                /* 0xcd0 */
        struct edd_info eddbuf[EDDMAXNR];               /* 0xd00 */
        __u8  _pad9[276];                               /* 0xeec */