of/fdt: pass early_init_dt_reserve_memory_arch() with bool type nomap
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Thu, 30 May 2019 10:39:27 +0000 (19:39 +0900)
committerRob Herring <robh@kernel.org>
Mon, 8 Jul 2019 21:28:15 +0000 (15:28 -0600)
commit5c68b8231e9c361fc3dc96997ea377b31c4dbd3e
tree435275a97279eed0e074024235080bb7ab62b09e
parentd88590dc262f90d260e97b85ca50c992931457d4
of/fdt: pass early_init_dt_reserve_memory_arch() with bool type nomap

The third argument 'nomap' of early_init_dt_reserve_memory_arch() is
bool. It is preferred to pass it with a bool type parameter.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: Frank Rowand <frank.rowand@sony.com>
Signed-off-by: Rob Herring <robh@kernel.org>
drivers/of/fdt.c