projects/Rockchip: drop MALI_FAMILY

Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
Matthias Reichl 2024-11-15 14:47:16 +01:00
parent e8e58fa436
commit 3e197ccae1
4 changed files with 4 additions and 7 deletions

View File

@ -21,8 +21,7 @@
KERNEL_MAKE_EXTRACMD+=" rockchip/rk3288-tinker.dtb"
KERNEL_MAKE_EXTRACMD+=" rockchip/rk3288-tinker-s.dtb"
# Mali GPU family
MALI_FAMILY="t760"
# Graphic drivers to use
GRAPHIC_DRIVERS="panfrost"
# kernel serial console

View File

@ -26,8 +26,7 @@
# Kernel target
KERNEL_TARGET="Image"
# Mali GPU family
MALI_FAMILY="450"
# Graphic drivers to use
GRAPHIC_DRIVERS="lima"
# kernel serial console

View File

@ -26,8 +26,7 @@
# Kernel target
KERNEL_TARGET="Image"
# Mali GPU family
MALI_FAMILY="t860"
# Graphic drivers to use
GRAPHIC_DRIVERS="panfrost"
# kernel serial console

View File

@ -36,7 +36,7 @@
# OpenGL(X) implementation to use (no / mesa)
OPENGL="no"
# OpenGL-ES implementation to use (no / libmali / mesa)
# OpenGL-ES implementation to use (no / mesa)
OPENGLES="${OPENGLES:-mesa}"
# Vulkan implementation to use (vulkan-loader / no)