summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorLuo Ji <ji.luo@nxp.com>2018-07-03 16:14:33 +0800
committerJi Luo <ji.luo@nxp.com>2018-08-20 21:25:48 +0800
commitcfcbadd83d9a0c8718ecef510d730375c75159cc (patch)
tree2c89199247d5e5d3d4a88771e43013863346dec2 /lib
parent620747bfe94d7794d8db8f8a475a98346dedf8ea (diff)
MA-12121 [Android] Copy dtb from bootimage for Android
Android Things will load dtb from a single partition like "oem_bootloader" and we are going to sync normal Android with Android Things. But just keep loading dtb from bootimage before everything is ready. Change-Id: I205528b1485d3e8e9961f19812f380a2b11b991b Signed-off-by: Luo Ji <ji.luo@nxp.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/Kconfig b/lib/Kconfig
index 611b8d9cc6..400e9d79b7 100644
--- a/lib/Kconfig
+++ b/lib/Kconfig
@@ -258,6 +258,12 @@ 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