[U-Boot] [PATCH 1/4] ARM: mx6: ddr: Make debug prints work with tiny printf

2019-12-29 Thread sbabic
> 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

Re: [U-Boot] [PATCH 1/4] ARM: mx6: ddr: Make debug prints work with tiny printf

2019-11-26 Thread Eric Nelson
Hi Marek, On 11/26/19 1:34 AM, Marek Vasut wrote: 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

[U-Boot] [PATCH 1/4] ARM: mx6: ddr: Make debug prints work with tiny printf

2019-11-26 Thread Marek Vasut
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