commit | 2b7a3882e0f70d253fb6a2da5682c94aea4c46f1 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Fri Jun 14 21:50:55 2019 +0200 |
committer | Simon Glass <sjg@chromium.org> | Wed Jul 10 16:52:58 2019 -0600 |
tree | b4aac7e78f7d80bea00fc4e6f3bce3930e2fad1c | |
parent | b8e1f8270ca9667e84eaa4049e006c27e37f3cca [diff] |
trace: do not limit trace buffer to 2GiB There is no good reason to limit the trace buffer to 2GiB on a 64bit system. Adjust the types of the relevant parameters. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Simon Glass <sjg@chromium.org>