diff options
| author | Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com> | 2016-05-16 14:48:25 -0700 |
|---|---|---|
| committer | Nathan Rossi <nathan@nathanrossi.com> | 2016-05-26 21:39:17 +1000 |
| commit | 0da91a210552ec1dda97c953540b98ac2d91507a (patch) | |
| tree | f68933bd6b1f53bf92b5a02c762b02e692768215 /conf | |
| parent | ff7317138a30e18fd1b37c43f491954afdb169ba (diff) | |
| download | meta-xilinx-0da91a210552ec1dda97c953540b98ac2d91507a.tar.gz | |
machine-xilinx-default.inc: Add MALI kernel module
Enable adding the MALI kernel module to the image for ZynqMP machines
Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
Diffstat (limited to 'conf')
| -rw-r--r-- | conf/machine/include/machine-xilinx-default.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/machine/include/machine-xilinx-default.inc b/conf/machine/include/machine-xilinx-default.inc index e52e4c33..02fa0774 100644 --- a/conf/machine/include/machine-xilinx-default.inc +++ b/conf/machine/include/machine-xilinx-default.inc | |||
| @@ -35,3 +35,6 @@ UBOOT_BINARY ?= "u-boot${UBOOT_OFEMBED}.${UBOOT_SUFFIX}" | |||
| 35 | UBOOT_ELF ?= "u-boot" | 35 | UBOOT_ELF ?= "u-boot" |
| 36 | UBOOT_ELF_aarch64 ?= "u-boot.elf" | 36 | UBOOT_ELF_aarch64 ?= "u-boot.elf" |
| 37 | 37 | ||
| 38 | # kernel modules for ZynqMP | ||
| 39 | MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS_append_zynqmp = " kernel-module-mali-modules" | ||
| 40 | |||
