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

Bin Meng bmeng.cn at gmail.com
Mon Apr 16 09:15:58 UTC 2018


On Thu, Apr 12, 2018 at 3:27 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 fixes the following checkpatch warning:
>>
>>   warning: Prefer 'unsigned int' to bare use of 'unsigned'
>>
>> 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 | 7 ++++---
>>  arch/x86/cpu/qemu/e820.c      | 3 ++-
>>  arch/x86/cpu/tangier/sdram.c  | 6 ++++--
>>  arch/x86/include/asm/e820.h   | 3 ++-
>>  arch/x86/lib/e820.c           | 4 ++--
>>  arch/x86/lib/fsp/fsp_dram.c   | 5 +++--
>>  6 files changed, 17 insertions(+), 11 deletions(-)
>>

applied to u-boot-x86, thanks!


More information about the U-Boot mailing list