Re: [PATCH] board_f: cosmetic: change the debug trace to KB in reserve_video

2021-04-11 Thread Anatolij Gustschin
On Fri, 9 Apr 2021 18:02:06 +0200 Patrick Delaunay patrick.delau...@foss.st.com wrote: ... > Fixes: 5630d2fbc50f3035 ("board: Show memory for frame buffers") > Signed-off-by: Patrick Delaunay > --- > > common/board_f.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) applied to u-boot-vi

Re: [PATCH] board_f: cosmetic: change the debug trace to KB in reserve_video

2021-04-09 Thread Simon Glass
On Sat, 10 Apr 2021 at 04:02, Patrick Delaunay wrote: > > Update the debug trace for the reserved video memory to KB as indicated > in the message with "%luk"; before the patch the computed size > gd->relocaddr - addr is in bytes. > > This patch aligns the debug trace in reserve_video() with other