summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>2019-09-17 18:39:05 -0700
committerSai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>2019-12-09 11:04:44 -0800
commit3472c56b2cbe7b59058678463059b1fb2ae68765 (patch)
treea829585b7c7f1e82bf153f7df1f0540b4fa2a37b
parent4a509364839b8cac5380bd8922ef11ce43feb075 (diff)
downloadmeta-xilinx-3472c56b2cbe7b59058678463059b1fb2ae68765.tar.gz
v350-versal.conf: Enforce system.dtb name when using virtual/dtb
Only if user uses virtual/dtb enforce system.dtb name as u-boot looks for system.dtb. Else user can specify a dtb with any name. Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
-rw-r--r--meta-xilinx-bsp/conf/machine/v350-versal.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-bsp/conf/machine/v350-versal.conf b/meta-xilinx-bsp/conf/machine/v350-versal.conf
index 8ed24b47..6497788e 100644
--- a/meta-xilinx-bsp/conf/machine/v350-versal.conf
+++ b/meta-xilinx-bsp/conf/machine/v350-versal.conf
@@ -29,7 +29,7 @@ EXTRA_IMAGEDEPENDS += " \
29 29
30IMAGE_BOOT_FILES += " \ 30IMAGE_BOOT_FILES += " \
31 boot.bin \ 31 boot.bin \
32 system.dtb \ 32 ${@bb.utils.contains('PREFERRED_PROVIDER_virtual/dtb', 'device-tree', 'system.dtb', '', d)} \
33 Image \ 33 Image \
34 boot.scr \ 34 boot.scr \
35" 35"