cmd: Correct the 'md.q' command
authorSimon Glass <sjg@chromium.org>
Mon, 8 Jun 2020 02:33:00 +0000 (20:33 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 9 Jun 2020 00:29:30 +0000 (20:29 -0400)
commit90606da02dffb61195ade325f2be2e170e7c410c
tree254bb34c20ebda454008596db6d89e1ede97bf9e
parent08649c3d50b1ca014a9e0bf87c724f99f88a20ce
cmd: Correct the 'md.q' command

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 <sjg@chromium.org>
lib/display_options.c