Re: [U-Boot] [PATCH v2 06/18] x86: Rename e820entry to e820_entry

2018-04-16 Thread Bin Meng
On Thu, Apr 12, 2018 at 3:28 PM, Christian Gmeiner wrote: > 2018-04-12 7:02 GMT+02:00 Bin Meng : >> This changes 'struct e820entry' to 'struct e820_entry' to conform >> with the coding style. >> >> Signed-off-by: Bin Meng > >

Re: [U-Boot] [PATCH v2 06/18] x86: Rename e820entry to e820_entry

2018-04-12 Thread Christian Gmeiner
2018-04-12 7:02 GMT+02:00 Bin Meng : > This changes 'struct e820entry' to 'struct e820_entry' to conform > with the coding style. > > Signed-off-by: Bin Meng Reviewed-by: Christian Gmeiner > --- > > Changes in v2: None > >

[U-Boot] [PATCH v2 06/18] x86: Rename e820entry to e820_entry

2018-04-11 Thread Bin Meng
This changes 'struct e820entry' to 'struct e820_entry' to conform with the coding style. Signed-off-by: Bin Meng --- 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 ++--