[PATCH] cmd: Correct the 'md.q' command

Simon Glass sjg at chromium.org
Mon Jun 8 04:33:00 CEST 2020


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 at chromium.org>
---

 lib/display_options.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/display_options.c b/lib/display_options.c
index 74f769d9ff..1dd5b6affd 100644
--- 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>
-- 
2.27.0.278.ge193c7cf3a9-goog



More information about the U-Boot mailing list