commit | f60662de77282360b995e2de4798ab8763d762c5 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jan 21 14:53:18 2019 -0700 |
committer | Philipp Tomsich <philipp.tomsich@theobroma-systems.com> | Fri Feb 01 16:59:11 2019 +0100 |
tree | fa92041022d6e68eba57f76cdd7ec2c511d879a5 | |
parent | e5b29d870b0a7711affe640aa506fda633f0ef59 [diff] |
lib: Allow using display_buffer() in SPL At present this function uses printf() format strings that are not supported in SPL, so the output just consists of %llx strings on 64-bit. machines. Fix this by adding a special case. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>