commit | 28db7f5e82dc23e8354ef5bd3802d5e8e45764d5 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Jun 07 20:33:00 2020 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Jun 08 20:29:30 2020 -0400 |
tree | 254bb34c20ebda454008596db6d89e1ede97bf9e | |
parent | 7e069eee307a39172372caaa532c8effd5cfff0f [diff] |
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>