diff options
author | Simon Glass <sjg@chromium.org> | 2022-07-31 12:28:48 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-08-10 13:46:55 -0400 |
commit | 4e4bf9449b4f436419490a4a8cf4de17433cac15 (patch) | |
tree | d8a562562004af2b2a5dc0dbe1b19bec686c21de /board/freescale/ls2080ardb | |
parent | 99699a770744b91d93399daccf3b3caf506c04c7 (diff) | |
download | u-boot-4e4bf9449b4f436419490a4a8cf4de17433cac15.tar.gz u-boot-4e4bf9449b4f436419490a4a8cf4de17433cac15.tar.bz2 u-boot-4e4bf9449b4f436419490a4a8cf4de17433cac15.zip |
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>
Diffstat (limited to 'board/freescale/ls2080ardb')
-rw-r--r-- | board/freescale/ls2080ardb/ls2080ardb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/freescale/ls2080ardb/ls2080ardb.c b/board/freescale/ls2080ardb/ls2080ardb.c index f5ebb934eb..fb0699cb94 100644 --- a/board/freescale/ls2080ardb/ls2080ardb.c +++ b/board/freescale/ls2080ardb/ls2080ardb.c @@ -5,6 +5,7 @@ */ #include <common.h> #include <clock_legacy.h> +#include <display_options.h> #include <env.h> #include <init.h> #include <malloc.h> |