diff options
author | Mike Looijmans <mike.looijmans@topic.nl> | 2016-07-28 07:55:29 +0200 |
---|---|---|
committer | Nathan Rossi <nathan@nathanrossi.com> | 2016-07-31 18:41:05 +1000 |
commit | e10e81aa52260fd32a4c1b3d32ebe8c6d9e8abf9 (patch) | |
tree | 74739907576f27be0dd33c4f7fa96d2b0770d5a6 | |
parent | 5c2f10ce91c1038886680cdc6bcc68f66ab730b7 (diff) | |
download | meta-xilinx-e10e81aa52260fd32a4c1b3d32ebe8c6d9e8abf9.tar.gz |
zynqmp.cfg: Actually disable MALI in kernel
Commit fbc9fcd55a20ec2050 "zynqmp.cfg: Disable MALI in kernel"
sets CONFIG_ARM_MALI=n, which is incorrect and will not have any
actual effect on the configuration. The correct syntax to disable
the module is "# CONFIG_ARM_MALI is not set".
Fixes: fbc9fcd55a20ec205088c8026f5d25feb08430a3
Signed-off-by: Mike Looijmans <mike.looijmans@topic.nl>
Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
-rw-r--r-- | recipes-kernel/linux/config/xilinx-base/bsp/xilinx/soc/linux-xlnx/drivers/zynqmp.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/linux/config/xilinx-base/bsp/xilinx/soc/linux-xlnx/drivers/zynqmp.cfg b/recipes-kernel/linux/config/xilinx-base/bsp/xilinx/soc/linux-xlnx/drivers/zynqmp.cfg index 8b5a3cef..c41f4922 100644 --- a/recipes-kernel/linux/config/xilinx-base/bsp/xilinx/soc/linux-xlnx/drivers/zynqmp.cfg +++ b/recipes-kernel/linux/config/xilinx-base/bsp/xilinx/soc/linux-xlnx/drivers/zynqmp.cfg | |||
@@ -11,4 +11,4 @@ CONFIG_MTD_NAND_ARASAN=y | |||
11 | CONFIG_PCI_MSI=y | 11 | CONFIG_PCI_MSI=y |
12 | CONFIG_PCI_XILINX_NWL=y | 12 | CONFIG_PCI_XILINX_NWL=y |
13 | 13 | ||
14 | CONFIG_ARM_MALI=n | 14 | # CONFIG_ARM_MALI is not set |