trace: trace buffer may exceed 2GiB
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Fri, 14 Jun 2019 19:52:22 +0000 (21:52 +0200)
committerSimon Glass <sjg@chromium.org>
Wed, 10 Jul 2019 22:52:58 +0000 (16:52 -0600)
commit7ea33579576d2bcd19df76bd8769e7ab3b4a169b
treeb68795b8dbbbc727ee4cec4e897319350f5268be
parent2b7a3882e0f70d253fb6a2da5682c94aea4c46f1
trace: trace buffer may exceed 2GiB

Correct the debug output for the trace buffer size to accommodate trace
buffers exceeding 2GiB.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
common/board_f.c