[U-Boot] [PATCH v2 06/18] x86: Rename e820entry to e820_entry
Bin Meng
bmeng.cn at gmail.com
Mon Apr 16 09:16:04 UTC 2018
On Thu, Apr 12, 2018 at 3:28 PM, Christian Gmeiner
<christian.gmeiner at gmail.com> wrote:
> 2018-04-12 7:02 GMT+02:00 Bin Meng <bmeng.cn at gmail.com>:
>> This changes 'struct e820entry' to 'struct e820_entry' to conform
>> with the coding style.
>>
>> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
>
> Reviewed-by: Christian Gmeiner <christian.gmeiner at gmail.com>
>
>> ---
>>
>> Changes in v2: None
>>
>> arch/x86/cpu/coreboot/sdram.c | 2 +-
>> arch/x86/cpu/qemu/e820.c | 2 +-
>> arch/x86/cpu/tangier/sdram.c | 4 ++--
>> arch/x86/include/asm/bootparam.h | 2 +-
>> arch/x86/include/asm/e820.h | 4 ++--
>> arch/x86/lib/coreboot_table.c | 2 +-
>> arch/x86/lib/e820.c | 2 +-
>> arch/x86/lib/fsp/fsp_dram.c | 2 +-
>> cmd/elf.c | 6 +++---
>> 9 files changed, 13 insertions(+), 13 deletions(-)
>>
applied to u-boot-x86, thanks!
More information about the U-Boot
mailing list