summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAppana Durga Kedareswara rao <appana.durga.rao@xilinx.com>2020-04-07 09:58:26 +0530
committerMark Hatle <mark.hatle@xilinx.com>2020-04-07 09:54:50 -0700
commite765d9819bc8fc6755f6e1d2a076c7f6e002e62a (patch)
tree683477502a08db46ec86aced094564722ba09253
parent6016c4ba09542cf1b8acc94f50a80e22a8676ff6 (diff)
downloadmeta-xilinx-e765d9819bc8fc6755f6e1d2a076c7f6e002e62a.tar.gz
device-tree: Install psu_init files as well for zynqmp machines
Install psu_init files for zynqmp machines these files are needed for building fsbl for corter5 processor use case as well. Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
-rw-r--r--meta-xilinx-standalone/recipes-bsp/device-tree/device-tree.bbappend2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-standalone/recipes-bsp/device-tree/device-tree.bbappend b/meta-xilinx-standalone/recipes-bsp/device-tree/device-tree.bbappend
index ab47f48f..a3f1c68b 100644
--- a/meta-xilinx-standalone/recipes-bsp/device-tree/device-tree.bbappend
+++ b/meta-xilinx-standalone/recipes-bsp/device-tree/device-tree.bbappend
@@ -21,7 +21,7 @@ DTC_FLAGS_append_xilinx-standalone = " -@"
21DT_INCLUDE_append_xilinx-standalone = " ${WORKDIR}/git/device_tree/data/kernel_dtsi/${XILINX_RELEASE_VERSION}/include/" 21DT_INCLUDE_append_xilinx-standalone = " ${WORKDIR}/git/device_tree/data/kernel_dtsi/${XILINX_RELEASE_VERSION}/include/"
22 22
23 23
24do_install_append_cortexa53-zynqmp(){ 24do_install_append_zynqmp() {
25 install -d ${D}${includedir}/devicetree 25 install -d ${D}${includedir}/devicetree
26 install -m 0644 ${B}/${PN}/psu_init.c ${D}/${includedir}/devicetree/psu_init.c 26 install -m 0644 ${B}/${PN}/psu_init.c ${D}/${includedir}/devicetree/psu_init.c
27 install -m 0644 ${B}/${PN}/psu_init.h ${D}/${includedir}/devicetree/psu_init.h 27 install -m 0644 ${B}/${PN}/psu_init.h ${D}/${includedir}/devicetree/psu_init.h