diff options
Diffstat (limited to 'conf/machine/include/machine-xilinx-default.inc')
| -rw-r--r-- | conf/machine/include/machine-xilinx-default.inc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/conf/machine/include/machine-xilinx-default.inc b/conf/machine/include/machine-xilinx-default.inc index c510ce1d..4d5d977d 100644 --- a/conf/machine/include/machine-xilinx-default.inc +++ b/conf/machine/include/machine-xilinx-default.inc | |||
| @@ -16,3 +16,9 @@ PREFERRED_VERSION_u-boot-xlnx ?= "v2013.01%" | |||
| 16 | 16 | ||
| 17 | # Architecture specific kernel configuration parts, defconfigs for Xilinx architectures | 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 " | 18 | MACHINE_KCONFIG_prepend += "common/linux/${SOC_FAMILY}/defconfig_${@'.'.join(d.getVar('LINUX_VERSION', True).split('.')[0:2]).strip('+')}.cfg " |
| 19 | |||
| 20 | # Common Device Tree Includes | ||
| 21 | MACHINE_DEVICETREE_append_zynq += " \ | ||
| 22 | common/zynq7-base.dtsi \ | ||
| 23 | common/zynq7-mainline-gem.dtsi \ | ||
| 24 | " | ||
