Home
last modified time | relevance | path

Searched hist:cd8b35d2e14f598ab0e5c8a211495b675b978915 (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/board/sunxi/
H A Dboard.ccd8b35d2e14f598ab0e5c8a211495b675b978915 Sun Jun 26 11:56:01 UTC 2016 Hans de Goede <hdegoede@redhat.com> 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>