summaryrefslogtreecommitdiff
authorJiyu Yang <Jiyu.Yang@amlogic.com>2017-09-04 09:02:22 (GMT)
committer Jiyu Yang <jiyu.yang@amlogic.com>2017-09-07 09:27:57 (GMT)
commitdbde7a2ebd2582ec75ca158eee8745f297886c3b (patch)
tree14a08084764f8f037a88da4215af9f5db7d3504a
parent930252925c9bc70395cebf4ff444177df9749fb0 (diff)
downloadamlogic-o-dbde7a2ebd2582ec75ca158eee8745f297886c3b.zip
amlogic-o-dbde7a2ebd2582ec75ca158eee8745f297886c3b.tar.gz
amlogic-o-dbde7a2ebd2582ec75ca158eee8745f297886c3b.tar.bz2
init: insmod vendor/lib/mali.ko on oreo [2/2]
PD#NONE Change-Id: I901abcf8ac758a8d407164efe31c1693abe7a082
Diffstat
-rw-r--r--common/gpu.mk1
-rw-r--r--common/gpu/mali450-kernel.mk1
-rw-r--r--common/gpu/t82x-kernel.mk1
-rw-r--r--common/gpu/t83x-kernel.mk1
-rw-r--r--p212/init.amlogic.board.rc2
-rw-r--r--p230/init.amlogic.board.rc2
6 files changed, 6 insertions, 2 deletions
diff --git a/common/gpu.mk b/common/gpu.mk
index 38f74f8..ff86ad8 100644
--- a/common/gpu.mk
+++ b/common/gpu.mk
@@ -13,4 +13,5 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
+GPU_MODS_OUT?=vendor/lib
include hardware/arm/gpu/gpu.mk
diff --git a/common/gpu/mali450-kernel.mk b/common/gpu/mali450-kernel.mk
index 38f74f8..ff86ad8 100644
--- a/common/gpu/mali450-kernel.mk
+++ b/common/gpu/mali450-kernel.mk
@@ -13,4 +13,5 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
+GPU_MODS_OUT?=vendor/lib
include hardware/arm/gpu/gpu.mk
diff --git a/common/gpu/t82x-kernel.mk b/common/gpu/t82x-kernel.mk
index 2a0dcc5..4d8ac9b 100644
--- a/common/gpu/t82x-kernel.mk
+++ b/common/gpu/t82x-kernel.mk
@@ -14,4 +14,5 @@
# limitations under the License.
#
+GPU_MODS_OUT?=vendor/lib
include hardware/arm/gpu/gpu.mk
diff --git a/common/gpu/t83x-kernel.mk b/common/gpu/t83x-kernel.mk
index 2a0dcc5..4d8ac9b 100644
--- a/common/gpu/t83x-kernel.mk
+++ b/common/gpu/t83x-kernel.mk
@@ -14,4 +14,5 @@
# limitations under the License.
#
+GPU_MODS_OUT?=vendor/lib
include hardware/arm/gpu/gpu.mk
diff --git a/p212/init.amlogic.board.rc b/p212/init.amlogic.board.rc
index b0ba3c4..0517829 100644
--- a/p212/init.amlogic.board.rc
+++ b/p212/init.amlogic.board.rc
@@ -12,7 +12,7 @@ on early-init
on init
on post-fs-data
- insmod /system/lib/mali.ko mali_debug_level=2 mali_shared_mem_size=0x40000000
+ insmod /vendor/lib/mali.ko
insmod /vendor/lib/modules/cfg80211.ko
on boot
diff --git a/p230/init.amlogic.board.rc b/p230/init.amlogic.board.rc
index aca5672..81ab73e 100644
--- a/p230/init.amlogic.board.rc
+++ b/p230/init.amlogic.board.rc
@@ -12,7 +12,7 @@ on early-init
on init
on post-fs-data
- insmod /system/lib/mali.ko mali_debug_level=2 mali_shared_mem_size=0x40000000
+ insmod /vendor/lib/mali.ko
insmod /vendor/lib/modules/cfg80211.ko
on boot