Re: [U-Boot] [PATCH v2 05/18] x86: Use 'unsigned int' in install_e820_map() functions

2018-04-16 Thread Bin Meng
On Thu, Apr 12, 2018 at 3:27 PM, Christian Gmeiner wrote: > 2018-04-12 7:02 GMT+02:00 Bin Meng : >> This fixes the following checkpatch warning: >> >> warning: Prefer 'unsigned int' to bare use of 'unsigned' >> >> Signed-off-by: Bin Meng

Re: [U-Boot] [PATCH v2 05/18] x86: Use 'unsigned int' in install_e820_map() functions

2018-04-12 Thread Christian Gmeiner
2018-04-12 7:02 GMT+02:00 Bin Meng : > This fixes the following checkpatch warning: > > warning: Prefer 'unsigned int' to bare use of 'unsigned' > > Signed-off-by: Bin Meng Reviewed-by: Christian Gmeiner > --- > > Changes

[U-Boot] [PATCH v2 05/18] x86: Use 'unsigned int' in install_e820_map() functions

2018-04-11 Thread Bin Meng
This fixes the following checkpatch warning: warning: Prefer 'unsigned int' to bare use of 'unsigned' Signed-off-by: Bin Meng --- Changes in v2: None arch/x86/cpu/coreboot/sdram.c | 7 --- arch/x86/cpu/qemu/e820.c | 3 ++- arch/x86/cpu/tangier/sdram.c | 6