]> git.ipfire.org Git - people/ms/u-boot.git/commit - common/fdt_support.c
mtd: fix warnings due to 64-bit partition support
authorScott Wood <scottwood@freescale.com>
Tue, 15 Oct 2013 22:41:27 +0000 (17:41 -0500)
committerTom Rini <trini@ti.com>
Wed, 16 Oct 2013 00:03:59 +0000 (20:03 -0400)
commit06503f16c34b722ed07cda98aa6e268941c4dd46
tree056de38e8630084b4d2780165662e84905c74e42
parent6d5ce1bd0048617d48c05de1a84fae8696081127
mtd: fix warnings due to 64-bit partition support

commit 39ac34473f3c96e77cbe03a49141771ed1639486 ("cmd_mtdparts: use 64
bits for flash size, partition size & offset") introduced warnings
in a couple places due to printf formats or pointer casting.

This patch fixes the warnings pointed out here:
http://lists.denx.de/pipermail/u-boot/2013-October/164981.html

Signed-off-by: Scott Wood <scottwood@freescale.com>
Cc: York Sun <yorksun@freescale.com>
Cc: Stefan Roese <sr@denx.de>
Cc: Paul Burton <paul.burton@imgtec.com>
Cc: Tom Rini <trini@ti.com>
common/fdt_support.c
fs/cramfs/cramfs.c