mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
amlogic: update AMLG12 options
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user