summaryrefslogtreecommitdiffstats
path: root/conf/machine/qemuzynq.conf
diff options
context:
space:
mode:
authorNathan Rossi <nathan.rossi@xilinx.com>2013-06-26 15:52:27 +1000
committerNathan Rossi <nathan.rossi@xilinx.com>2013-06-26 17:48:06 +1000
commit2e81ce70fdaca875a665f12690155db35c5de887 (patch)
treed360db63bd9d68ff2775e3141b5d4631736be957 /conf/machine/qemuzynq.conf
parentbd5773b10e482e551427b64fee902ca38846e5af (diff)
downloadmeta-xilinx-2e81ce70fdaca875a665f12690155db35c5de887.tar.gz
Rearranged location of board configuration files
* Moved qemu* device tree and kernel config to conf/machine/boards/qemu/ * Moved common dtsi and kernel config to conf/machine/boards/common/ * Added 'MACHINE_DEVICETREE' and 'MACHINE_KCONFIG' variables for linux-xlnx to allow machine configs to specify the exact device tree and config to use when building the kernel. Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
Diffstat (limited to 'conf/machine/qemuzynq.conf')
-rw-r--r--conf/machine/qemuzynq.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/machine/qemuzynq.conf b/conf/machine/qemuzynq.conf
index dce1527d..56936a67 100644
--- a/conf/machine/qemuzynq.conf
+++ b/conf/machine/qemuzynq.conf
@@ -7,3 +7,6 @@ MACHINE_FEATURES := ""
7require conf/machine/include/tune-zynq.inc 7require conf/machine/include/tune-zynq.inc
8 8
9SERIAL_CONSOLE = "115200 ttyPS0" 9SERIAL_CONSOLE = "115200 ttyPS0"
10
11MACHINE_DEVICETREE := "${XILINX_BOARDDIR}/qemu/qemuzynq.dts"
12MACHINE_KCONFIG := "${XILINX_BOARDDIR}/qemu/qemuzynq.cfg"