summaryrefslogtreecommitdiff
authorCao Jian <jian.cao@amlogic.com>2020-11-13 10:46:28 (GMT)
committer Tellen Yu <tellen.yu@amlogic.com>2020-11-16 06:17:48 (GMT)
commit2a0e74b0c9cc20f1dedbd2c42b6957338584b4fb (patch)
tree9b270049096501f7ed610204ce2ab11ab8db1657
parent3c631cb60b13b4a1f5d026f56db2aea0cd68e2be (diff)
downloadcommon-2a0e74b0c9cc20f1dedbd2c42b6957338584b4fb.zip
common-2a0e74b0c9cc20f1dedbd2c42b6957338584b4fb.tar.gz
common-2a0e74b0c9cc20f1dedbd2c42b6957338584b4fb.tar.bz2
device: common: modify module load list [1/1]
PD#SWPL-36669 Problem: a black screen between the amlogic and mbox icons Solution: put aml_pinctrl.ko and aml_media.ko in the front position in the module loading list Verify: sc2 Signed-off-by: Cao Jian <jian.cao@amlogic.com> Change-Id: I4ac598a44913ae53a15e93413a50763be1425f12
Diffstat
-rw-r--r--build_kernel_modules.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/build_kernel_modules.mk b/build_kernel_modules.mk
index d804d30..cb65aae 100644
--- a/build_kernel_modules.mk
+++ b/build_kernel_modules.mk
@@ -41,6 +41,7 @@ ifneq ($(TARGET_BUILD_KERNEL_4_9),true)
RAMDISK_KERNEL_MODULES_LOAD += \
device/amlogic/$(PRODUCT_DIR)-kernel/$(TARGET_KERNEL_DIR)/ramdisk/lib/modules/reset-meson.ko \
device/amlogic/$(PRODUCT_DIR)-kernel/$(TARGET_KERNEL_DIR)/ramdisk/lib/modules/meson_clk.ko \
+ device/amlogic/$(PRODUCT_DIR)-kernel/$(TARGET_KERNEL_DIR)/ramdisk/lib/modules/aml_pinctrl.ko \
device/amlogic/$(PRODUCT_DIR)-kernel/$(TARGET_KERNEL_DIR)/ramdisk/lib/modules/aml_usb2phy.ko \
device/amlogic/$(PRODUCT_DIR)-kernel/$(TARGET_KERNEL_DIR)/ramdisk/lib/modules/aml_usb3v2phy.ko \
device/amlogic/$(PRODUCT_DIR)-kernel/$(TARGET_KERNEL_DIR)/ramdisk/lib/modules/aml_usb3v3phy.ko \
@@ -49,6 +50,7 @@ ifneq ($(TARGET_BUILD_KERNEL_4_9),true)
device/amlogic/$(PRODUCT_DIR)-kernel/$(TARGET_KERNEL_DIR)/ramdisk/lib/modules/dwc3.ko \
device/amlogic/$(PRODUCT_DIR)-kernel/$(TARGET_KERNEL_DIR)/ramdisk/lib/modules/xhci-plat-hcd.ko \
device/amlogic/$(PRODUCT_DIR)-kernel/$(TARGET_KERNEL_DIR)/ramdisk/lib/modules/dwc_otg.ko \
+ device/amlogic/$(PRODUCT_DIR)-kernel/$(TARGET_KERNEL_DIR)/ramdisk/lib/modules/aml_media.ko \
$(RAMDISK_KERNEL_MODULES)
ifeq ($(BUILDING_VENDOR_BOOT_IMAGE),true)