summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorNathan Rossi <nathan@nathanrossi.com>2016-05-03 21:40:52 +1000
committerNathan Rossi <nathan@nathanrossi.com>2016-05-03 21:51:05 +1000
commit2977b2c33cdbd9f5df0f214b436afe9a0ab93458 (patch)
treef91802fbae344823905b1d7f1fc61cff122a33fb /conf
parentbc9a47a99cc6d10e102d4197760dbad004b0ebfd (diff)
downloadmeta-xilinx-2977b2c33cdbd9f5df0f214b436afe9a0ab93458.tar.gz
zybo-linux-bd-zynq7: Force default kernel and u-boot
The zybo-linux-bd-zynq7 machine relies on drivers from the linux-xlnx kernel, default the machine to use the linux-xlnx kernel. The machine also relies on functionality and patching of the mainline u-boot (as opposed to u-boot-xlnx). Default to the mainline u-boot. Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/zybo-linux-bd-zynq7.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/machine/zybo-linux-bd-zynq7.conf b/conf/machine/zybo-linux-bd-zynq7.conf
index dad11efe..ebda54df 100644
--- a/conf/machine/zybo-linux-bd-zynq7.conf
+++ b/conf/machine/zybo-linux-bd-zynq7.conf
@@ -9,6 +9,9 @@ require conf/machine/include/tune-zynq.inc
9require conf/machine/include/machine-xilinx-default.inc 9require conf/machine/include/machine-xilinx-default.inc
10require conf/machine/include/machine-xilinx-board.inc 10require conf/machine/include/machine-xilinx-board.inc
11 11
12PREFERRED_PROVIDER_virtual/kernel ?= "linux-xlnx"
13PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot"
14
12MACHINE_FEATURES = "ext2 vfat usbhost usbgadget keyboard screen alsa sdio" 15MACHINE_FEATURES = "ext2 vfat usbhost usbgadget keyboard screen alsa sdio"
13SERIAL_CONSOLE = "115200 ttyPS0" 16SERIAL_CONSOLE = "115200 ttyPS0"
14 17