Skip to content

Commit

Permalink
bugfix: stm32: config: CONFIG_MMC_STM32_SDMMC=Y needs CONFIG_MMC_ARMM…
Browse files Browse the repository at this point in the history
…MCI=y

Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
  • Loading branch information
RobertCNelson committed Nov 27, 2019
1 parent cdfd956 commit ce47548
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions patches/defconfig
Expand Up @@ -24,7 +24,7 @@ CONFIG_INIT_ENV_ARG_LIMIT=32
# CONFIG_HEADER_TEST is not set
CONFIG_LOCALVERSION=""
# CONFIG_LOCALVERSION_AUTO is not set
CONFIG_BUILD_SALT="5.4-armv7-lpae-x8"
CONFIG_BUILD_SALT="5.4-armv7-lpae-x8.1"
CONFIG_HAVE_KERNEL_GZIP=y
CONFIG_HAVE_KERNEL_LZMA=y
CONFIG_HAVE_KERNEL_XZ=y
Expand Down Expand Up @@ -6673,7 +6673,7 @@ CONFIG_SDIO_UART=m
# MMC/SD/SDIO Host Controller Drivers
#
# CONFIG_MMC_DEBUG is not set
CONFIG_MMC_ARMMMCI=m
CONFIG_MMC_ARMMMCI=y
CONFIG_MMC_STM32_SDMMC=y
CONFIG_MMC_SDHCI=y
CONFIG_MMC_SDHCI_IO_ACCESSORS=y
Expand Down
2 changes: 1 addition & 1 deletion version.sh
Expand Up @@ -35,7 +35,7 @@ KERNEL_REL=5.4
KERNEL_TAG=${KERNEL_REL}
kernel_rt=".X-rtY"
#Kernel Build
BUILD=${build_prefix}8
BUILD=${build_prefix}8.1

#v5.X-rcX + upto SHA
#prev_KERNEL_SHA=""
Expand Down

0 comments on commit ce47548

Please sign in to comment.