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)
committerSimon Glass <sjg@chromium.org>
Sat, 23 Sep 2023 15:00:37 +0000 (09:00 -0600)
commit83711374ee127205dabecbbdab8f58abd504578c
tree38e7732abcc089e934097aa7a549df27b9ca4191
parentce8cb76c7cf5cadf9d4b6293df8fbede74535d93
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.

Signed-off-by: Michal Simek <michal.simek@amd.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
tools/proftool.c