]> Git Repo - J-u-boot.git/commit - include/trace.h
trace: do not limit trace buffer to 2GiB
authorHeinrich Schuchardt <[email protected]>
Fri, 14 Jun 2019 19:50:55 +0000 (21:50 +0200)
committerSimon Glass <[email protected]>
Wed, 10 Jul 2019 22:52:58 +0000 (16:52 -0600)
commit2b7a3882e0f70d253fb6a2da5682c94aea4c46f1
treeb4aac7e78f7d80bea00fc4e6f3bce3930e2fad1c
parentb8e1f8270ca9667e84eaa4049e006c27e37f3cca
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 <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
cmd/trace.c
include/trace.h
lib/trace.c
tools/proftool.c
This page took 0.034356 seconds and 4 git commands to generate.