[PATCH v2 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 ---
configs/pic32mzdask_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configs/pic32mzdask_defconfig b/configs/pic32mzdask_defconfig index 7bf61e2d8d..f5c88737b9 100644 --- a/configs/pic32mzdask_defconfig +++ b/configs/pic32mzdask_defconfig @@ -27,7 +27,7 @@ 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_BLK is not set CONFIG_CLK=y CONFIG_MMC=y CONFIG_DM_MMC=y

Am Montag, den 31.08.2020, 18:04 +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
configs/pic32mzdask_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configs/pic32mzdask_defconfig b/configs/pic32mzdask_defconfig index 7bf61e2d8d..f5c88737b9 100644 --- a/configs/pic32mzdask_defconfig +++ b/configs/pic32mzdask_defconfig @@ -27,7 +27,7 @@ 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_BLK is not set
this looks hand-crafted and should be CONFIG_BLK=y
simply run "make savedefconfig && cp defconfig configs/pic32mzdask_defconfig" to automatically update the defconfig file after changing something with "make menuconfig"
CONFIG_CLK=y CONFIG_MMC=y CONFIG_DM_MMC=y

Am Montag, den 31.08.2020, 18:04 +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
configs/pic32mzdask_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configs/pic32mzdask_defconfig b/configs/pic32mzdask_defconfig index 7bf61e2d8d..f5c88737b9 100644 --- a/configs/pic32mzdask_defconfig +++ b/configs/pic32mzdask_defconfig @@ -27,7 +27,7 @@ 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_BLK is not set
this looks hand-crafted and should be CONFIG_BLK=y
simply run "make savedefconfig && cp defconfig configs/pic32mzdask_defconfig" to automatically update the defconfig file after changing something with "make menuconfig"
You're right, of course. 'make savedefconfig' removes that line completely; fixed in v3.
CONFIG_CLK=y CONFIG_MMC=y CONFIG_DM_MMC=y
--
- Daniel
participants (2)
-
Daniel Schwierzeck
-
John Robertson