commit | 7d5ccb1ae70256e0047ffcd1b866ec158567c53f | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Sat Mar 23 18:54:45 2019 +0100 |
committer | Tom Rini <trini@konsulko.com> | Mon Mar 25 11:44:12 2019 -0400 |
tree | e246b3b4f8136d4bd98206d97e66972e3bc8f353 | |
parent | 00717b00a585fcf2856de29481506c6389b032d3 [diff] |
mmc: Align MMC_TRACE with tiny printf The tiny printf implementation only supports %x format specifier, it does not support %X . Since it makes little difference whether the debug output prints hex numbers in capitals or not, change it to %x and make the MMC_TRACE output work with tiny printf too. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Jaehoon Chung <jh80.chung@samsung.com> Cc: Simon Glass <sjg@chromium.org>