mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-09 03:21:51 +00:00
cmd: Correct the 'md.q' command
This displays incorrect data at present due to a missing header file
in display_options. Fix it.
Fixes: 0914011310
("command: Remove the cmd_tbl_t typedef")
Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
08649c3d50
commit
90606da02d
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
*/
|
||||
|
||||
#include <common.h>
|
||||
#include <compiler.h>
|
||||
#include <console.h>
|
||||
#include <div64.h>
|
||||
#include <version.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue