]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit0cbbcac32ba84ed55eaa2cd4b74d28c28b9aef04
tree254bb34c20ebda454008596db6d89e1ede97bf9e
parent3591f07d541b323a86a7a3909b0a3c67073c981a
cmd: Correct the 'md.q' command

This displays incorrect data at present due to a missing header file
in display_options. Fix it.

Fixes: cf5d280cd56 ("command: Remove the cmd_tbl_t typedef")
Signed-off-by: Simon Glass <sjg@chromium.org>
lib/display_options.c