diff options
| author | Nathan Rossi <nathan@nathanrossi.com> | 2015-07-23 21:28:27 +1000 |
|---|---|---|
| committer | Nathan Rossi <nathan@nathanrossi.com> | 2015-07-23 23:59:13 +1000 |
| commit | 80902a720d2dbcb05fd61d9c0ab223d198ae34d0 (patch) | |
| tree | b6b4ef61cf28a814c0013ba25cc797c39cbb928a /conf | |
| parent | 2e14dd1dd6e6544c87aea39cc37f88bedaace738 (diff) | |
| download | meta-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.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" | |||
| 17 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-zynqmp-mainline" | 17 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-zynqmp-mainline" |
| 18 | PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-zynqmp-mainline" | 18 | PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-zynqmp-mainline" |
| 19 | 19 | ||
| 20 | KERNEL_DEVICETREE = "xilinx/zynqmp-ep108.dtb" | ||
| 21 | |||
| 20 | UBOOT_MACHINE = "xilinx_zynqmp_config" | 22 | UBOOT_MACHINE = "xilinx_zynqmp_config" |
| 21 | UBOOT_LOADADDRESS = "0x80000" | 23 | UBOOT_LOADADDRESS = "0x80000" |
| 22 | UBOOT_ENTRYPOINT = "0x80000" | 24 | UBOOT_ENTRYPOINT = "0x80000" |
