
28 Jun
2019
28 Jun
'19
3:55 p.m.
On Sat, 22 Jun 2019 at 13:10, Simon Glass sjg@chromium.org wrote:
On Fri, 14 Jun 2019 at 20:51, Heinrich Schuchardt xypron.glpk@gmx.de wrote:
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
cmd/trace.c | 10 ++++------ include/trace.h | 6 +++--- lib/trace.c | 14 +++++++------- tools/proftool.c | 4 ++-- 4 files changed, 16 insertions(+), 18 deletions(-)
Wow it's going to take a very long time to transfer that much data over your network.
Reviewed-by: Simon Glass sjg@chromium.org
Applied to u-boot-dm/next, thanks!