summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorNathan Rossi <nathan@nathanrossi.com>2015-07-23 21:28:27 +1000
committerNathan Rossi <nathan@nathanrossi.com>2015-07-23 23:59:13 +1000
commit80902a720d2dbcb05fd61d9c0ab223d198ae34d0 (patch)
treeb6b4ef61cf28a814c0013ba25cc797c39cbb928a /conf
parent2e14dd1dd6e6544c87aea39cc37f88bedaace738 (diff)
downloadmeta-xilinx-80902a720d2dbcb05fd61d9c0ab223d198ae34d0.tar.gz
ep108-zynqmp: Add KERNEL_DEVICETREE
* Set the KERNEL_DEVICETREE for compatiblity with new kernels that have the ep108 device tree in kernel sources Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/ep108-zynqmp.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/machine/ep108-zynqmp.conf b/conf/machine/ep108-zynqmp.conf
index a2e949f7..85975617 100644
--- a/conf/machine/ep108-zynqmp.conf
+++ b/conf/machine/ep108-zynqmp.conf
@@ -17,6 +17,8 @@ SERIAL_CONSOLE = "115200 ttyPS0"
17PREFERRED_PROVIDER_virtual/kernel ?= "linux-zynqmp-mainline" 17PREFERRED_PROVIDER_virtual/kernel ?= "linux-zynqmp-mainline"
18PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-zynqmp-mainline" 18PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-zynqmp-mainline"
19 19
20KERNEL_DEVICETREE = "xilinx/zynqmp-ep108.dtb"
21
20UBOOT_MACHINE = "xilinx_zynqmp_config" 22UBOOT_MACHINE = "xilinx_zynqmp_config"
21UBOOT_LOADADDRESS = "0x80000" 23UBOOT_LOADADDRESS = "0x80000"
22UBOOT_ENTRYPOINT = "0x80000" 24UBOOT_ENTRYPOINT = "0x80000"