mirror of
https://github.com/samueldr/wip-pinebook-pro.git
synced 2024-11-05 18:49:41 +01:00
still boots
This commit is contained in:
parent
014073faff
commit
aee630cf8b
1 changed files with 10 additions and 8 deletions
18
wip.config
18
wip.config
|
@ -1097,14 +1097,16 @@ CONFIG_MMC_QUIRKS=y
|
|||
CONFIG_MMC_HW_PARTITIONING=y
|
||||
# CONFIG_SUPPORT_EMMC_RPMB is not set
|
||||
# CONFIG_SUPPORT_EMMC_BOOT is not set
|
||||
# CONFIG_MMC_IO_VOLTAGE is not set
|
||||
# CONFIG_SPL_MMC_IO_VOLTAGE is not set
|
||||
# CONFIG_MMC_HS400_ES_SUPPORT is not set
|
||||
# CONFIG_SPL_MMC_HS400_ES_SUPPORT is not set
|
||||
# CONFIG_MMC_HS400_SUPPORT is not set
|
||||
# CONFIG_SPL_MMC_HS400_SUPPORT is not set
|
||||
# CONFIG_MMC_HS200_SUPPORT is not set
|
||||
# CONFIG_SPL_MMC_HS200_SUPPORT is not set
|
||||
CONFIG_MMC_IO_VOLTAGE=y
|
||||
CONFIG_SPL_MMC_IO_VOLTAGE=y
|
||||
CONFIG_MMC_UHS_SUPPORT=y
|
||||
CONFIG_SPL_MMC_UHS_SUPPORT=y
|
||||
CONFIG_MMC_HS400_ES_SUPPORT=y
|
||||
CONFIG_SPL_MMC_HS400_ES_SUPPORT=y
|
||||
CONFIG_MMC_HS400_SUPPORT=y
|
||||
CONFIG_SPL_MMC_HS400_SUPPORT=y
|
||||
CONFIG_MMC_HS200_SUPPORT=y
|
||||
CONFIG_SPL_MMC_HS200_SUPPORT=y
|
||||
CONFIG_MMC_VERBOSE=y
|
||||
# CONFIG_MMC_TRACE is not set
|
||||
CONFIG_MMC_DW=y
|
||||
|
|
Loading…
Reference in a new issue