summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common/board_r.c1
-rw-r--r--lib/Kconfig6
2 files changed, 0 insertions, 7 deletions
diff --git a/common/board_r.c b/common/board_r.c
index 6622c972f3..f9cd2e26a0 100644
--- a/common/board_r.c
+++ b/common/board_r.c
@@ -678,7 +678,6 @@ static int initr_check_fastboot(void)
#ifdef CONFIG_IMX_TRUSTY_OS
extern void tee_setup(void);
-void tee_setup(void);
static int initr_tee_setup(void)
{
tee_setup();
diff --git a/lib/Kconfig b/lib/Kconfig
index 309d2abb2f..3b51086c0c 100644
--- a/lib/Kconfig
+++ b/lib/Kconfig
@@ -263,12 +263,6 @@ config OF_LIBFDT
particular compatible nodes. The library operates on a flattened
version of the device tree.
-config LOAD_FDT_FROM_PART
- bool "Enable load FDT from single partition"
- depends on OF_LIBFDT
- help
- This enables load FDT from a single partition like "oem_bootloader".
-
config OF_LIBFDT_OVERLAY
bool "Enable the FDT library overlay support"
help