summaryrefslogtreecommitdiff
path: root/cmd/mem.c
diff options
context:
space:
mode:
authorSimon Glass <[email protected]>2022-07-31 12:28:48 -0600
committerTom Rini <[email protected]>2022-08-10 13:46:55 -0400
commit4e4bf9449b4f436419490a4a8cf4de17433cac15 (patch)
treed8a562562004af2b2a5dc0dbe1b19bec686c21de /cmd/mem.c
parent99699a770744b91d93399daccf3b3caf506c04c7 (diff)
common: Drop display_options.h from common header
Move this out of the common header and include it only where needed. Signed-off-by: Simon Glass <[email protected]>
Diffstat (limited to 'cmd/mem.c')
-rw-r--r--cmd/mem.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/mem.c b/cmd/mem.c
index 1f4e3fcdede..6a7b4014edc 100644
--- a/cmd/mem.c
+++ b/cmd/mem.c
@@ -16,6 +16,7 @@
#include <cli.h>
#include <command.h>
#include <console.h>
+#include <display_options.h>
#ifdef CONFIG_MTD_NOR_FLASH
#include <flash.h>
#endif