Skip to content

Commit 7339b7e

Browse files
Jookiaigorpecovnik
authored andcommitted
config: kernel: linux-sunxi-*: Set CONFIG_PWRSEQ_EMMC=y
eMMC installs on the A20-OLinuXino-LIME2 eMMC hang during boot. This is because we need the eMMC power sequencing module in early boot. Compile it in to the kernel so we can boot from eMMC again.
1 parent 9faba35 commit 7339b7e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

config/kernel/linux-sunxi-current.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2274,7 +2274,7 @@ CONFIG_TYPEC_MUX_PI3USB30532=m
22742274
CONFIG_TYPEC_DP_ALTMODE=m
22752275
CONFIG_TYPEC_NVIDIA_ALTMODE=m
22762276
CONFIG_MMC=y
2277-
CONFIG_PWRSEQ_EMMC=m
2277+
CONFIG_PWRSEQ_EMMC=y
22782278
CONFIG_PWRSEQ_SD8787=m
22792279
CONFIG_PWRSEQ_SIMPLE=m
22802280
CONFIG_SDIO_UART=m

config/kernel/linux-sunxi-edge.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2264,7 +2264,7 @@ CONFIG_TYPEC_MUX_PI3USB30532=m
22642264
CONFIG_TYPEC_DP_ALTMODE=m
22652265
CONFIG_TYPEC_NVIDIA_ALTMODE=m
22662266
CONFIG_MMC=y
2267-
CONFIG_PWRSEQ_EMMC=m
2267+
CONFIG_PWRSEQ_EMMC=y
22682268
CONFIG_PWRSEQ_SD8787=m
22692269
CONFIG_PWRSEQ_SIMPLE=m
22702270
CONFIG_SDIO_UART=m

config/kernel/linux-sunxi-legacy.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2280,7 +2280,7 @@ CONFIG_TYPEC_MUX_PI3USB30532=m
22802280
CONFIG_TYPEC_DP_ALTMODE=m
22812281
CONFIG_TYPEC_NVIDIA_ALTMODE=m
22822282
CONFIG_MMC=y
2283-
CONFIG_PWRSEQ_EMMC=m
2283+
CONFIG_PWRSEQ_EMMC=y
22842284
CONFIG_PWRSEQ_SD8787=m
22852285
CONFIG_PWRSEQ_SIMPLE=m
22862286
CONFIG_SDIO_UART=m

0 commit comments

Comments
 (0)