commit | 14690900dbd65853985f2ae48e223871b7a67de3 | [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 | 09467d38b10732676f994bf0912fec4b915beca9 [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>