aboutsummaryrefslogtreecommitdiff
path: root/drivers/tpm
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2022-07-31 12:28:48 -0600
committerTom Rini <trini@konsulko.com>2022-08-10 13:46:55 -0400
commit4e4bf9449b4f436419490a4a8cf4de17433cac15 (patch)
treed8a562562004af2b2a5dc0dbe1b19bec686c21de /drivers/tpm
parent99699a770744b91d93399daccf3b3caf506c04c7 (diff)
downloadu-boot-4e4bf9449b4f436419490a4a8cf4de17433cac15.zip
u-boot-4e4bf9449b4f436419490a4a8cf4de17433cac15.tar.gz
u-boot-4e4bf9449b4f436419490a4a8cf4de17433cac15.tar.bz2
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 'drivers/tpm')
-rw-r--r--drivers/tpm/tpm_atmel_twi.c1
-rw-r--r--drivers/tpm/tpm_tis_sandbox.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/drivers/tpm/tpm_atmel_twi.c b/drivers/tpm/tpm_atmel_twi.c
index c059ea4..fd2a45d 100644
--- a/drivers/tpm/tpm_atmel_twi.c
+++ b/drivers/tpm/tpm_atmel_twi.c
@@ -6,6 +6,7 @@
*/
#include <common.h>
+#include <display_options.h>
#include <dm.h>
#include <tpm-v1.h>
#include <i2c.h>
diff --git a/drivers/tpm/tpm_tis_sandbox.c b/drivers/tpm/tpm_tis_sandbox.c
index efbeb00..7350e1c 100644
--- a/drivers/tpm/tpm_tis_sandbox.c
+++ b/drivers/tpm/tpm_tis_sandbox.c
@@ -4,6 +4,7 @@
*/
#include <common.h>
+#include <display_options.h>
#include <dm.h>
#include <tpm-v1.h>
#include <asm/state.h>