commit | 3d854c4acc701e0e626d31b6de7ce0385be89fb4 | [log] [tgz] |
---|---|---|
author | Valentin Longchamp <valentin.longchamp@keymile.com> | Fri Oct 18 11:47:14 2013 +0200 |
committer | York Sun <yorksun@freescale.com> | Thu Oct 24 09:35:15 2013 -0700 |
tree | bd3e0aeff31e888b4cb8f44920198e849e47443b | |
parent | 16b0806b183b10907eee09a6a320454a3145fcb8 [diff] |
powerpc: cast bi_memsize to ulong for %ld usage When exporting the new memsize without reserved PRAM area, the -Wformat option produces a warning since %ld is used for snprintf and bi_memsize is phys_size_t. This patch removes this warning for all PRAM PowerPC boards. Signed-off-by: Valentin Longchamp <valentin.longchamp@keymile.com>