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