From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Date: Thu, 30 Jun 2016 11:33:23 +0100 Subject: [U-Boot] [PATCH] sunxi: spl: Fix DRAM info printing In-Reply-To: <1466942245-15036-1-git-send-email-hdegoede@redhat.com> References: <1466942245-15036-1-git-send-email-hdegoede@redhat.com> Message-ID: <1467282803.1985.10.camel@hellion.org.uk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sun, 2016-06-26 at 13:57 +0200, Hans de Goede wrote: > 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 Acked-by: Ian Campbell