diff options
author | Nathan Rossi <nathan.rossi@xilinx.com> | 2014-11-14 18:19:53 +1000 |
---|---|---|
committer | Nathan Rossi <nathan.rossi@xilinx.com> | 2014-11-14 18:19:53 +1000 |
commit | 6d2a9a4940c141fa09c46d991099fadaee43099b (patch) | |
tree | 3d1bc2aab4bfa2dde85afb92c226a06b234ab3a7 /conf | |
parent | 3ec876abc8762cbaa0c6fcf0d4decfe84c587f08 (diff) | |
download | meta-xilinx-6d2a9a4940c141fa09c46d991099fadaee43099b.tar.gz |
machine-xilinx-default.inc: Remove use of MACHINE_KCONFIG
* Variable is no longer used
Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/include/machine-xilinx-default.inc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/conf/machine/include/machine-xilinx-default.inc b/conf/machine/include/machine-xilinx-default.inc index e62e068d..6fbb8aa3 100644 --- a/conf/machine/include/machine-xilinx-default.inc +++ b/conf/machine/include/machine-xilinx-default.inc | |||
@@ -14,9 +14,6 @@ PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-xlnx" | |||
14 | PREFERRED_PROVIDER_u-boot ?= "u-boot-xlnx" | 14 | PREFERRED_PROVIDER_u-boot ?= "u-boot-xlnx" |
15 | PREFERRED_VERSION_u-boot-xlnx ?= "v2014.01%" | 15 | PREFERRED_VERSION_u-boot-xlnx ?= "v2014.01%" |
16 | 16 | ||
17 | # Architecture specific kernel configuration parts, defconfigs for Xilinx architectures | ||
18 | MACHINE_KCONFIG_prepend += "common/linux/${SOC_FAMILY}/defconfig_${@'.'.join(d.getVar('LINUX_VERSION', True).split('.')[0:2]).strip('+')}.cfg " | ||
19 | |||
20 | MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "device-tree" | 17 | MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "device-tree" |
21 | 18 | ||
22 | # Common Device Tree Includes | 19 | # Common Device Tree Includes |