Re: [PATCH 10/12] board: Show memory for frame buffers

2020-10-22 Thread Tom Rini
On Sun, Sep 27, 2020 at 06:46:22PM -0600, Simon Glass wrote: > When debugging is enabled, show the memory allocated to video frame > buffers. > > Signed-off-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

[PATCH 10/12] board: Show memory for frame buffers

2020-09-27 Thread Simon Glass
When debugging is enabled, show the memory allocated to video frame buffers. Signed-off-by: Simon Glass --- common/board_f.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/board_f.c b/common/board_f.c index e99277d7e88..9f441c44f17 100644 --- a/common/board_f.c +++ b/common/board_