commit | 5f578dfa3c19d0bec5f32fc8c03389c2f90aeb91 | [log] [tgz] |
---|---|---|
author | Paul Burton <paul.burton@imgtec.com> | Wed Sep 04 15:16:57 2013 +0100 |
committer | Scott Wood <scottwood@freescale.com> | Wed Oct 09 12:52:16 2013 -0500 |
tree | 9dc16508b3706908ab5da5dc71087b444301f97a | |
parent | 700a76c10c6cca1a004672fd3d1be9212c7ac6e0 [diff] |
cmd_mtdparts: use 64 bits for flash size, partition size & offset This matches the 64 bit size in struct mtd_info and allows the mtdparts command to function correctly with a flash >= 4GiB. Format specifiers for size & offset are given the ll length, matching its use in drivers/mtd in absence of something like inttypes.h/PRIx64. Signed-off-by: Paul Burton <paul.burton@imgtec.com> Acked-by: Stefan Roese <sr@denx.de>