Enabled dynamic device tree generation
In this commit, added support to auto generate the device tree blob
file for BMC apps and Hostboot to read/write targets and attributes
during ipling to boot the server.
Signed-off-by: Ramesh Iyyar <rameshi1@in.ibm.com>
diff --git a/openpower/package/Config.in b/openpower/package/Config.in
index b7a0f04..f344875 100755
--- a/openpower/package/Config.in
+++ b/openpower/package/Config.in
@@ -28,3 +28,4 @@
source "$BR2_EXTERNAL_OP_BUILD_PATH/package/ocmb-explorer-fw/Config.in"
source "$BR2_EXTERNAL_OP_BUILD_PATH/package/fsp-trace/Config.in"
source "$BR2_EXTERNAL_OP_BUILD_PATH/package/ekb/Config.in"
+source "$BR2_EXTERNAL_OP_BUILD_PATH/package/pdata/Config.in"