On Fri, Jul 29, 2016 at 2:33 AM, Manjukumar Harthikote Matha <[email protected]> wrote: > Hi Mike, > > On 07/27/2016 10:55 PM, Mike Looijmans wrote: >> >> 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 <[email protected]> >> --- >> .../config/xilinx-base/bsp/xilinx/soc/linux-xlnx/drivers/zynqmp.cfg | >> 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> 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 8b5a3ce..c41f492 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 >> CONFIG_PCI_MSI=y >> CONFIG_PCI_XILINX_NWL=y >> >> -CONFIG_ARM_MALI=n >> +# CONFIG_ARM_MALI is not set > > We have sent a patch to MALI in linux-xlnx kernel. We can remove this config > once it gets updated in the kernel. > > Thanks > Manju
I have applied this patch to keep the config fragments up to date (if anyone wants to use them?). However by default the linux-xlnx kernel will use the zynqmp_defconfig for zcu102. Thanks, Nathan -- _______________________________________________ meta-xilinx mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-xilinx
