From 171c4114b2f9f039698e2538f2898a2913fc742d Mon Sep 17 00:00:00 2001 From: Ben Levinsky Date: Tue, 12 Apr 2022 08:27:49 -0700 Subject: dt-processor: Use pruning lop file for Versal A72 Linux loper runs Signed-off-by: Ben Levinsky Signed-off-by: Mark Hatle --- .../recipes-core/meta/files/dt-processor.sh | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'meta-xilinx-standalone-experimental') diff --git a/meta-xilinx-standalone-experimental/recipes-core/meta/files/dt-processor.sh b/meta-xilinx-standalone-experimental/recipes-core/meta/files/dt-processor.sh index 441dc7d2..2dc48b75 100755 --- a/meta-xilinx-standalone-experimental/recipes-core/meta/files/dt-processor.sh +++ b/meta-xilinx-standalone-experimental/recipes-core/meta/files/dt-processor.sh @@ -325,11 +325,15 @@ cortex_a72_linux() { elif [ -n "${domain_file}" ]; then LOPPER_DTC_FLAGS="-b 0 -@" ${lopper} -f --permissive --enhanced -x '*.yaml' \ -i "${domain_file}" -i "${lops_dir}/lop-a72-imux.dts" \ - -i "${lops_dir}/lop-domain-a72.dts" "${system_dtb}" "${dtb_file}" \ + -i "${lops_dir}/lop-domain-a72.dts" \ + -i "${lops_dir}/lop-domain-a72-prune.dts" \ + "${system_dtb}" "${dtb_file}" \ || error "lopper failed" else LOPPER_DTC_FLAGS="-b 0 -@" ${lopper} -f --enhanced -i "${lops_dir}/lop-a72-imux.dts" \ - -i "${lops_dir}/lop-domain-a72.dts" "${system_dtb}" "${dtb_file}" || error "lopper failed" + -i "${lops_dir}/lop-domain-a72.dts" \ + -i "${lops_dir}/lop-domain-a72-prune.dts" \ + "${system_dtb}" "${dtb_file}" || error "lopper failed" fi rm -f pl.dtsi lop-a72-imux.dts.dtb lop-domain-a72.dts.dtb ) -- cgit v1.2.3-54-g00ecf