From mboxrd@z Thu Jan 1 00:00:00 1970 From: sbabic at denx.de Date: Sun, 29 Dec 2019 11:25:33 +0100 (CET) Subject: [U-Boot] [PATCH 1/4] ARM: mx6: ddr: Make debug prints work with tiny printf In-Reply-To: <20191126083452.4605-1-marex@denx.de> Message-ID: <20191229102533.8044081787@phobos.denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > The %08X format returns just zeroes with tiny printf, which is > horribly confusing, especially when debugging DRAM calibration > problems. Change the format to %08x (with lowercase x), which > behaves correctly with either implementation of printf in SPL. > Signed-off-by: Marek Vasut > Cc: Eric Nelson > Cc: Fabio Estevam > Cc: Stefano Babic > Reviewed-by: Eric Nelson Applied to u-boot-imx, -next, thanks ! Best regards, Stefano Babic -- ===================================================================== DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de =====================================================================