summaryrefslogtreecommitdiff
path: root/board/freescale/mpc8548cds
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2022-07-31 21:28:48 +0300
committerTom Rini <trini@konsulko.com>2022-08-10 20:46:55 +0300
commit4e4bf9449b4f436419490a4a8cf4de17433cac15 (patch)
treed8a562562004af2b2a5dc0dbe1b19bec686c21de /board/freescale/mpc8548cds
parent99699a770744b91d93399daccf3b3caf506c04c7 (diff)
downloadu-boot-4e4bf9449b4f436419490a4a8cf4de17433cac15.tar.xz
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/mpc8548cds')
-rw-r--r--board/freescale/mpc8548cds/mpc8548cds.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/freescale/mpc8548cds/mpc8548cds.c b/board/freescale/mpc8548cds/mpc8548cds.c
index cfb5b0b38b..dac821f1ac 100644
--- a/board/freescale/mpc8548cds/mpc8548cds.c
+++ b/board/freescale/mpc8548cds/mpc8548cds.c
@@ -6,6 +6,7 @@
*/
#include <common.h>
+#include <display_options.h>
#include <init.h>
#include <net.h>
#include <pci.h>