Skip to content

Commit bc965cd

Browse files
lnykrynjohannbg
authored andcommitted
fix(kernel-modules): always include nvmem driver on nvmem_on_arm
These drivers are needed to boot on some SoCs like NXP i.MX We should include them so installation images will work.
1 parent 101b683 commit bc965cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules.d/90kernel-modules/module-setup.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ installkernel() {
8585
"=drivers/mfd" \
8686
"=drivers/mmc/core" \
8787
"=drivers/mmc/host" \
88+
"=drivers/nvmem" \
8889
"=drivers/phy" \
8990
"=drivers/power" \
9091
"=drivers/regulator" \

0 commit comments

Comments
 (0)