projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08649c3
)
cmd: Correct the 'md.q' command
author
Simon Glass
<sjg@chromium.org>
Mon, 8 Jun 2020 02:33:00 +0000
(20:33 -0600)
committer
Tom Rini
<trini@konsulko.com>
Tue, 9 Jun 2020 00:29:30 +0000
(20:29 -0400)
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
patch
|
blob
|
history
diff --git
a/lib/display_options.c
b/lib/display_options.c
index 74f769d9ff893e27288a16e79567b67fbf719364..1dd5b6affdcb17143c0390e4a583360e1a35e137 100644
(file)
--- a/
lib/display_options.c
+++ b/
lib/display_options.c
@@
-5,6
+5,7
@@
*/
#include <common.h>
+#include <compiler.h>
#include <console.h>
#include <div64.h>
#include <version.h>