commit | 83711374ee127205dabecbbdab8f58abd504578c | [log] [tgz] |
---|---|---|
author | Michal Simek <michal.simek@amd.com> | Fri Sep 15 14:12:03 2023 +0200 |
committer | Simon Glass <sjg@chromium.org> | Sat Sep 23 09:00:37 2023 -0600 |
tree | 38e7732abcc089e934097aa7a549df27b9ca4191 | |
parent | ce8cb76c7cf5cadf9d4b6293df8fbede74535d93 [diff] |
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>