Re: [PATCH] cmd: Correct the 'md.q' command

2020-06-08 Thread Tom Rini
On Sun, Jun 07, 2020 at 08:33:00PM -0600, Simon Glass wrote: > This displays incorrect data at present due to a missing header file > in display_options. Fix it. > > Fixes: 09140113108 ("command: Remove the cmd_tbl_t typedef") > > Signed-off-by: Simon Glass Applied to u-boot/master, thanks! -

[PATCH] cmd: Correct the 'md.q' command

2020-06-07 Thread Simon Glass
This displays incorrect data at present due to a missing header file in display_options. Fix it. Fixes: 09140113108 ("command: Remove the cmd_tbl_t typedef") Signed-off-by: Simon Glass --- lib/display_options.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/display_options.c b/lib/dis