summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJi Luo <ji.luo@nxp.com>2018-08-22 16:13:23 +0800
committerJi Luo <ji.luo@nxp.com>2018-08-22 17:36:44 +0800
commit62105d06846a5f8edb8420e2581b0d1ee030046d (patch)
treecd9dbf633fb18567ca72bc663cd757a0d50ce936 /lib
parentb0e849fb2dfd483e039571c4fe0aab7f65273bb3 (diff)
MA-12492 Remove some redundant codes for android
Some redundant codes are added after cherry-picking android related commits from imx_v2017.03, remove them in this commit. Test: build and boot pass on imx6q_sabresd. Signed-off-by: Ji Luo <ji.luo@nxp.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/Kconfig6
1 files changed, 0 insertions, 6 deletions
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