board/olimex/a20_olinuxino: add linux-disable-lima.fragment

This Linux defconfig fragment is needed to disable Lima driver in favour of
Mali(if enabled). This because Lima is enabled by default in Linux's
sunxi_defconfig and if we enable Mali driver in Buildroot it will fail to
load. So let's set CONFIG_DRM_LIMA=n. Of course this fragment is only used
by Buildroot defconfigs that enable Mali driver.

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Giulio Benetti 2021-11-05 23:17:58 +01:00 committed by Thomas Petazzoni
parent cf2a7663cc
commit 8eec483760

View file

@ -0,0 +1,2 @@
# Disable LIMA in favour of Mali
# CONFIG_DRM_LIMA is not set