diff options
| author | Nathan Rossi <nathan.rossi@xilinx.com> | 2013-06-26 15:52:27 +1000 |
|---|---|---|
| committer | Nathan Rossi <nathan.rossi@xilinx.com> | 2013-06-26 17:48:06 +1000 |
| commit | 2e81ce70fdaca875a665f12690155db35c5de887 (patch) | |
| tree | d360db63bd9d68ff2775e3141b5d4631736be957 /conf/machine/qemuzynq.conf | |
| parent | bd5773b10e482e551427b64fee902ca38846e5af (diff) | |
| download | meta-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.conf | 3 |
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 := "" | |||
| 7 | require conf/machine/include/tune-zynq.inc | 7 | require conf/machine/include/tune-zynq.inc |
| 8 | 8 | ||
| 9 | SERIAL_CONSOLE = "115200 ttyPS0" | 9 | SERIAL_CONSOLE = "115200 ttyPS0" |
| 10 | |||
| 11 | MACHINE_DEVICETREE := "${XILINX_BOARDDIR}/qemu/qemuzynq.dts" | ||
| 12 | MACHINE_KCONFIG := "${XILINX_BOARDDIR}/qemu/qemuzynq.cfg" | ||
