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.
This commit is contained in:
parent
9faba35b8b
commit
7339b7e7e9
@ -2274,7 +2274,7 @@ CONFIG_TYPEC_MUX_PI3USB30532=m
|
||||
CONFIG_TYPEC_DP_ALTMODE=m
|
||||
CONFIG_TYPEC_NVIDIA_ALTMODE=m
|
||||
CONFIG_MMC=y
|
||||
CONFIG_PWRSEQ_EMMC=m
|
||||
CONFIG_PWRSEQ_EMMC=y
|
||||
CONFIG_PWRSEQ_SD8787=m
|
||||
CONFIG_PWRSEQ_SIMPLE=m
|
||||
CONFIG_SDIO_UART=m
|
||||
|
||||
@ -2264,7 +2264,7 @@ CONFIG_TYPEC_MUX_PI3USB30532=m
|
||||
CONFIG_TYPEC_DP_ALTMODE=m
|
||||
CONFIG_TYPEC_NVIDIA_ALTMODE=m
|
||||
CONFIG_MMC=y
|
||||
CONFIG_PWRSEQ_EMMC=m
|
||||
CONFIG_PWRSEQ_EMMC=y
|
||||
CONFIG_PWRSEQ_SD8787=m
|
||||
CONFIG_PWRSEQ_SIMPLE=m
|
||||
CONFIG_SDIO_UART=m
|
||||
|
||||
@ -2280,7 +2280,7 @@ CONFIG_TYPEC_MUX_PI3USB30532=m
|
||||
CONFIG_TYPEC_DP_ALTMODE=m
|
||||
CONFIG_TYPEC_NVIDIA_ALTMODE=m
|
||||
CONFIG_MMC=y
|
||||
CONFIG_PWRSEQ_EMMC=m
|
||||
CONFIG_PWRSEQ_EMMC=y
|
||||
CONFIG_PWRSEQ_SD8787=m
|
||||
CONFIG_PWRSEQ_SIMPLE=m
|
||||
CONFIG_SDIO_UART=m
|
||||
|
||||
Loading…
Reference in New Issue
Block a user