diff options
author | 2015-07-23 21:28:27 +1000 | |
---|---|---|
committer | 2015-07-23 23:59:13 +1000 | |
commit | 80902a720d2dbcb05fd61d9c0ab223d198ae34d0 (patch) | |
tree | b6b4ef61cf28a814c0013ba25cc797c39cbb928a | |
parent | 2e14dd1dd6e6544c87aea39cc37f88bedaace738 (diff) | |
download | meta-xilinx-80902a720d2dbcb05fd61d9c0ab223d198ae34d0.tar.gz meta-xilinx-80902a720d2dbcb05fd61d9c0ab223d198ae34d0.tar.bz2 meta-xilinx-80902a720d2dbcb05fd61d9c0ab223d198ae34d0.zip |
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>
-rw-r--r-- | conf/machine/ep108-zynqmp.conf | 2 |
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" PREFERRED_PROVIDER_virtual/kernel ?= "linux-zynqmp-mainline" PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-zynqmp-mainline" +KERNEL_DEVICETREE = "xilinx/zynqmp-ep108.dtb" + UBOOT_MACHINE = "xilinx_zynqmp_config" UBOOT_LOADADDRESS = "0x80000" UBOOT_ENTRYPOINT = "0x80000" |