]> git.dujemihanovic.xyz Git - u-boot.git/commit
trace: Use 64bit variable for start and len
authorMichal Simek <michal.simek@amd.com>
Fri, 15 Sep 2023 12:12:03 +0000 (14:12 +0200)
committerMichal Simek <michal.simek@amd.com>
Thu, 21 Sep 2023 11:20:12 +0000 (13:20 +0200)
commitdee8739a1ba5fe8cdf1c51b168dbc56f7bd921c4
treeef80c491d57cbf611f3af454f9316cdc830d31c9
parent1290262292473bd89b6beacf2e4e43b27c3c3617
trace: Use 64bit variable for start and len

tputq() requires variables to have 64bit width that's why make them 64bit
to clean alignment requirement.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Michal Simek <michal.simek@amd.com>
Link: https://lore.kernel.org/r/6edb34ef1f10010d2380f964fb6b4fb3dc257799.1694779918.git.michal.simek@amd.com
tools/proftool.c