[PATCH v3 4/4] mmc: pic32: Refresh PIC32 MMC driver

CONFIG_BLK needs to be enabled by default to allow U-Boot to compile after a 'make pic32mzdask_defconfig'.
Signed-off-by: John Robertson john.robertson@simiatec.com --- Changes in v3 - address review comment from Daniel Schwierzeck - This file should have been generated by 'make savedefconfig' rather than being manually edited
configs/pic32mzdask_defconfig | 1 - 1 file changed, 1 deletion(-)
diff --git a/configs/pic32mzdask_defconfig b/configs/pic32mzdask_defconfig index 7bf61e2d8d..6ff1ee3489 100644 --- a/configs/pic32mzdask_defconfig +++ b/configs/pic32mzdask_defconfig @@ -27,7 +27,6 @@ CONFIG_CMD_EXT4_WRITE=y # CONFIG_EFI_PARTITION is not set CONFIG_SYS_RELOC_GD_ENV_ADDR=y CONFIG_NET_RANDOM_ETHADDR=y -# CONFIG_BLK is not set CONFIG_CLK=y CONFIG_MMC=y CONFIG_DM_MMC=y

Am Dienstag, den 01.09.2020, 02:55 +0000 schrieb John Robertson:
CONFIG_BLK needs to be enabled by default to allow U-Boot to compile after a 'make pic32mzdask_defconfig'.
Signed-off-by: John Robertson john.robertson@simiatec.com
Changes in v3 - address review comment from Daniel Schwierzeck
- This file should have been generated by 'make savedefconfig' rather than being
manually edited
configs/pic32mzdask_defconfig | 1 - 1 file changed, 1 deletion(-)
applied to u-boot-mips/fixes, thanks.
Note: I've updated the commit subject to "MIPS: pic32mzdask: enable CONFIG_BLK"
participants (2)
-
Daniel Schwierzeck
-
John Robertson