]> git.karo-electronics.de Git - karo-tx-linux.git/commit
of/fdt: fix phys_addr_t related print size warnings
authorRob Herring <robh@kernel.org>
Tue, 22 Apr 2014 17:50:24 +0000 (12:50 -0500)
committerRob Herring <robh@kernel.org>
Wed, 30 Apr 2014 05:59:17 +0000 (00:59 -0500)
commit1d1a661da4c8468b3fa6f567b2b1f8cdeafa847a
tree2ab5a37629e2c5fd2f8d73becbdb286b0f63a4c4
parentd1552ce449eb0a8d2f0bd6599da3a8a3d7f77a84
of/fdt: fix phys_addr_t related print size warnings

Fix warnings in early_init_dt_reserve_memory_arch when phys_addr_t is
32-bit and memblock is not enabled.

Signed-off-by: Rob Herring <robh@kernel.org>
Tested-by: Grant Likely <grant.likely@linaro.org>
Tested-by: Stephen Chivers <schivers@csc.com>
drivers/of/fdt.c