]> git.baikalelectronics.ru Git - uboot.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)
committerSimon Glass <sjg@chromium.org>
Sat, 23 Sep 2023 15:00:37 +0000 (09:00 -0600)
commit1abdcf3cd90d4954f332ff06429c4faa783a3655
tree38e7732abcc089e934097aa7a549df27b9ca4191
parentc997bb763ee67a8dd0651659038fea1a8e911cb6
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