commit | 1ab1692ba07c80de5691d205880ead3ac4757919 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Jul 31 12:28:48 2022 -0600 |
committer | Tom Rini <trini@konsulko.com> | Wed Aug 10 13:46:55 2022 -0400 |
tree | d8a562562004af2b2a5dc0dbe1b19bec686c21de | |
parent | 3e06eb341ebfef167ce039e66cfd14b06d469473 [diff] [blame] |
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 <sjg@chromium.org>
diff --git a/lib/fdtdec.c b/lib/fdtdec.c index ffa78f9..96b6b71 100644 --- a/lib/fdtdec.c +++ b/lib/fdtdec.c
@@ -6,6 +6,7 @@ #ifndef USE_HOSTCC #include <common.h> #include <boot_fit.h> +#include <display_options.h> #include <dm.h> #include <hang.h> #include <init.h>