mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-05 17:07:49 +00:00
amlogic: update AMLG12 options
This commit is contained in:
parent
dc2297e40f
commit
3f600cc7b3
@ -25,10 +25,10 @@
|
|||||||
KERNEL_TARGET="uImage.lzo"
|
KERNEL_TARGET="uImage.lzo"
|
||||||
|
|
||||||
# Kernel uImage load address
|
# Kernel uImage load address
|
||||||
KERNEL_UIMAGE_LOADADDR="0x1080000"
|
KERNEL_UIMAGE_LOADADDR="0x1980000"
|
||||||
|
|
||||||
# Kernel uImage entry address
|
# Kernel uImage entry address
|
||||||
KERNEL_UIMAGE_ENTRYADDR="0x1080000"
|
KERNEL_UIMAGE_ENTRYADDR="0x1980000"
|
||||||
|
|
||||||
# Additional kernel make parameters
|
# Additional kernel make parameters
|
||||||
KERNEL_MAKE_EXTRACMD="dtbs"
|
KERNEL_MAKE_EXTRACMD="dtbs"
|
||||||
@ -40,13 +40,10 @@
|
|||||||
OPENGLES="libmali"
|
OPENGLES="libmali"
|
||||||
|
|
||||||
# Graphic drivers to use
|
# Graphic drivers to use
|
||||||
GRAPHIC_DRIVERS=""
|
GRAPHIC_DRIVERS="mali"
|
||||||
|
|
||||||
# KODI Player implementation to use
|
# KODI Player implementation to use
|
||||||
KODIPLAYER_DRIVER="$OPENGLES"
|
KODIPLAYER_DRIVER="$OPENGLES"
|
||||||
|
|
||||||
# Mali GPU family
|
# Mali GPU family
|
||||||
MALI_FAMILY="g31 g52"
|
MALI_FAMILY="g31 g52"
|
||||||
|
|
||||||
# additional drivers to install
|
|
||||||
ADDITIONAL_DRIVERS+=" mali-bifrost"
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user