commit | 819abf80d72e370a6d907e66212a1fa812ab6817 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Mon Dec 17 10:22:21 2018 +0100 |
committer | Stefano Babic <sbabic@denx.de> | Mon Jan 28 12:55:14 2019 +0100 |
tree | 6e66e7535c426e606137581c05d1319b04cbf51f | |
parent | 242cfb5e157773804792d0e11ff5d59b0debfa6b [diff] |
tools: imx8image: use correct printf escape sequence core is of type uint64_t. So for printing we need "%"PRIu64 (not "%lu"). Without the patch a warning is issued when building on a 32bit system. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>