aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/microzed-zynq7.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/microzed-zynq7.conf')
-rw-r--r--conf/machine/microzed-zynq7.conf10
1 files changed, 2 insertions, 8 deletions
diff --git a/conf/machine/microzed-zynq7.conf b/conf/machine/microzed-zynq7.conf
index b58e190..31bfb7b 100644
--- a/conf/machine/microzed-zynq7.conf
+++ b/conf/machine/microzed-zynq7.conf
@@ -3,10 +3,6 @@
#@NAME: microzed-zynq7
#@DESCRIPTION: Machine support for microZed. (http://www.microzed.org/)
-# Versions corresponding to microzed documentation
-PREFERRED_VERSION_linux-xlnx ?= "3.14%"
-PREFERRED_VERSION_u-boot-xlnx ?= "v2013.01%"
-
require conf/machine/include/tune-zynq.inc
require conf/machine/include/machine-xilinx-default.inc
@@ -20,7 +16,5 @@ MACHINE_DEVICETREE := " \
microzed/microzed-zynq7-ram.dts \
"
-MACHINE_KCONFIG := " \
- microzed/microzed-blk-dev-ram.cfg \
- microzed/microzed-disable-net-cadence.cfg \
- "
+# Disable the MACB driver for all linux-xlnx kernels
+KERNEL_FEATURES_append_pn-linux-xlnx += "features/xilinx/disable-macb.scc"