commit | dba3718ddf2359c69ddc00e74560d1dcb1354ac3 | [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 | 7871223196be4bc49f73c0e6053b9b9e5be97725 [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>