commit | c7a305585164e0e03e5aff7f6b100f7d9d687322 | [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 | eed52397ee99601cfcf4c8c74150e448cd7b3ef9 [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>