From e8e58fa436e16b044d09ca62eb9810dbb1a50a56 Mon Sep 17 00:00:00 2001 From: Matthias Reichl Date: Fri, 15 Nov 2024 14:42:55 +0100 Subject: [PATCH] projects/Allwinner: drop MALI_FAMILY Signed-off-by: Matthias Reichl --- projects/Allwinner/devices/A64/options | 3 --- projects/Allwinner/devices/H2-plus/options | 5 +---- projects/Allwinner/devices/H3/options | 3 --- projects/Allwinner/devices/H5/options | 3 --- projects/Allwinner/devices/R40/options | 3 --- 5 files changed, 1 insertion(+), 16 deletions(-) diff --git a/projects/Allwinner/devices/A64/options b/projects/Allwinner/devices/A64/options index 7fc0302edb..7ded7dd23a 100644 --- a/projects/Allwinner/devices/A64/options +++ b/projects/Allwinner/devices/A64/options @@ -30,9 +30,6 @@ # OpenGL-ES implementation to use (no / bcm2835-driver / gpu-viv-bin-mx6q) OPENGLES="mesa" - # Mali GPU family - MALI_FAMILY="400" - # KODI Player implementation to use (default / bcm2835-driver / libfslvpuwrap) KODIPLAYER_DRIVER="$OPENGLES" diff --git a/projects/Allwinner/devices/H2-plus/options b/projects/Allwinner/devices/H2-plus/options index 236844cb3f..447add0717 100644 --- a/projects/Allwinner/devices/H2-plus/options +++ b/projects/Allwinner/devices/H2-plus/options @@ -43,10 +43,7 @@ # OpenGL-ES implementation to use (no / bcm2835-driver / gpu-viv-bin-mx6q) OPENGLES="mesa" - # Mali GPU family - MALI_FAMILY="400" - - # KODI Player implementation to use (default / bcm2835-driver / libfslvpuwrap) + # KODI Player implementation to use (default / bcm2835-driver / libfslvpuwrap) KODIPLAYER_DRIVER="$OPENGLES" # set the addon project diff --git a/projects/Allwinner/devices/H3/options b/projects/Allwinner/devices/H3/options index 236844cb3f..f98ed62c07 100644 --- a/projects/Allwinner/devices/H3/options +++ b/projects/Allwinner/devices/H3/options @@ -43,9 +43,6 @@ # OpenGL-ES implementation to use (no / bcm2835-driver / gpu-viv-bin-mx6q) OPENGLES="mesa" - # Mali GPU family - MALI_FAMILY="400" - # KODI Player implementation to use (default / bcm2835-driver / libfslvpuwrap) KODIPLAYER_DRIVER="$OPENGLES" diff --git a/projects/Allwinner/devices/H5/options b/projects/Allwinner/devices/H5/options index 5bd87cea7b..e37de36adb 100644 --- a/projects/Allwinner/devices/H5/options +++ b/projects/Allwinner/devices/H5/options @@ -30,9 +30,6 @@ # OpenGL-ES implementation to use OPENGLES="mesa" - # Mali GPU family - MALI_FAMILY="450" - # KODI Player implementation to use KODIPLAYER_DRIVER="$OPENGLES" diff --git a/projects/Allwinner/devices/R40/options b/projects/Allwinner/devices/R40/options index 0b2e10dbb4..39b307ccea 100644 --- a/projects/Allwinner/devices/R40/options +++ b/projects/Allwinner/devices/R40/options @@ -40,9 +40,6 @@ # OpenGL-ES implementation to use (no / bcm2835-driver / gpu-viv-bin-mx6q) OPENGLES="mesa" - # Mali GPU family - MALI_FAMILY="400" - # KODI Player implementation to use (default / bcm2835-driver / libfslvpuwrap) KODIPLAYER_DRIVER="$OPENGLES"