summaryrefslogtreecommitdiff
authorLiang Ji <liang.ji@amlogic.com>2020-11-11 06:47:13 (GMT)
committer Liang Ji <liang.ji@amlogic.com>2020-11-11 07:37:46 (GMT)
commit54dc35c8d287d9214f83c93f930a47c37eb0e5b7 (patch)
tree361800710946a7f3a42e56995ca46e67c119f276
parent6e124081967bb8bf8b98769efd0c0aed3f040d5c (diff)
downloadcommon-54dc35c8d287d9214f83c93f930a47c37eb0e5b7.zip
common-54dc35c8d287d9214f83c93f930a47c37eb0e5b7.tar.gz
common-54dc35c8d287d9214f83c93f930a47c37eb0e5b7.tar.bz2
Ohm: kernel 5.4 [2/3]
PD#SWPL-34438 Problem: many modules depends on reset ko Solution: load reset-meson.ko frist Verify: Ohm Signed-off-by: Liang Ji <liang.ji@amlogic.com> Change-Id: Ia983fc8c8fb76412b9f7a0e86f23cba251d0fb75
Diffstat
-rw-r--r--build_kernel_modules.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/build_kernel_modules.mk b/build_kernel_modules.mk
index a609b40..d804d30 100644
--- a/build_kernel_modules.mk
+++ b/build_kernel_modules.mk
@@ -39,6 +39,7 @@ ifneq ($(TARGET_BUILD_KERNEL_4_9),true)
$(wildcard device/amlogic/$(PRODUCT_DIR)-kernel/$(TARGET_KERNEL_DIR)/ramdisk/lib/modules/*.ko)
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_usb2phy.ko \
device/amlogic/$(PRODUCT_DIR)-kernel/$(TARGET_KERNEL_DIR)/ramdisk/lib/modules/aml_usb3v2phy.ko \