commit | 90606da02dffb61195ade325f2be2e170e7c410c | [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 | 08649c3d50b1ca014a9e0bf87c724f99f88a20ce [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>