diff options
| author | Nathan Rossi <nathan.rossi@xilinx.com> | 2014-03-12 18:25:17 +1000 |
|---|---|---|
| committer | Nathan Rossi <nathan.rossi@xilinx.com> | 2014-03-13 11:12:24 +1000 |
| commit | cfe6c39abbefc4dcf21b76ee481956318b805e32 (patch) | |
| tree | d56e686e5669c2be504bccd5033388a803c3b4e9 /recipes-kernel | |
| parent | 939fb3d0a8de3f4f25cec5f9d4878463f14d8c1a (diff) | |
| download | meta-xilinx-cfe6c39abbefc4dcf21b76ee481956318b805e32.tar.gz | |
boards/common/zynq-7-mainline-gem.dtsi: Added include
* This include is for setting up the zynq-7-base.dtsi to be compatible
with linux-yocto and mainline drivers.
Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
Diffstat (limited to 'recipes-kernel')
| -rw-r--r-- | recipes-kernel/linux/linux-machine-common.inc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-machine-common.inc b/recipes-kernel/linux/linux-machine-common.inc index 8e31a0b9..2b76cdee 100644 --- a/recipes-kernel/linux/linux-machine-common.inc +++ b/recipes-kernel/linux/linux-machine-common.inc | |||
| @@ -5,4 +5,7 @@ require linux-machine-config.inc | |||
| 5 | DEPENDS_append_microblaze += "u-boot-mkimage-native" | 5 | DEPENDS_append_microblaze += "u-boot-mkimage-native" |
| 6 | 6 | ||
| 7 | # Common Device Tree Includes | 7 | # Common Device Tree Includes |
| 8 | MACHINE_DEVICETREE_append_zynq += "common/zynq-7-base.dtsi" | 8 | MACHINE_DEVICETREE_append_zynq += " \ |
| 9 | common/zynq-7-base.dtsi \ | ||
| 10 | common/zynq-7-mainline-gem.dtsi \ | ||
| 11 | " | ||
