commit | 42ad8c5beb1111642d02d31a399f63c3400577e3 | [log] [tgz] |
---|---|---|
author | Hans de Goede <hdegoede@redhat.com> | Sun Jun 26 13:56:01 2016 +0200 |
committer | Hans de Goede <hdegoede@redhat.com> | Sat Jul 02 13:50:53 2016 +0200 |
tree | 33835910670f33c6550811a0b98a4aceb3db0042 | |
parent | dd842f92a198924e18f12bbff7d1087c023d9dfa [diff] |
sunxi: spl: Fix DRAM info printing The switch to simple_printf was causing the SPL dram info to show as: DRAM: u MiB This fixes this by switching from %lu to %d for printing the DRAM size. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Acked-by: Ian Campbell <ijc@hellion.org.uk>