diff mbox series

env: Make mmc as default option for CONFIG_ENV_FAT_INTERFACE

Message ID 6b4d3742117a53783ed0d80dab443c326d653ff4.1582642359.git.michal.simek@xilinx.com
State Accepted
Commit 8d78211856fba41bde19831a35322527f09f8887
Delegated to: Michal Simek
Headers show
Series env: Make mmc as default option for CONFIG_ENV_FAT_INTERFACE | expand

Commit Message

Michal Simek Feb. 25, 2020, 2:52 p.m. UTC
All configs are using mmc as default fat interface. That's why make it
default for everybody.
The reason for this patch is to make it default for Xilinx Zynq platform
which is not listed there.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
---

Defconfig resync will remove some lines when this patch is applied.
---
 env/Kconfig | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Comments

Michal Simek April 6, 2020, 11:02 a.m. UTC | #1
Ășt 25. 2. 2020 v 15:52 odesĂ­latel Michal Simek <michal.simek@xilinx.com> napsal:
>
> All configs are using mmc as default fat interface. That's why make it
> default for everybody.
> The reason for this patch is to make it default for Xilinx Zynq platform
> which is not listed there.
>
> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
> ---
>
> Defconfig resync will remove some lines when this patch is applied.
> ---
>  env/Kconfig | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/env/Kconfig b/env/Kconfig
> index 2d972a5d4f34..8ab7be11c5be 100644
> --- a/env/Kconfig
> +++ b/env/Kconfig
> @@ -404,8 +404,7 @@ config SYS_REDUNDAND_ENVIRONMENT
>  config ENV_FAT_INTERFACE
>         string "Name of the block device for the environment"
>         depends on ENV_IS_IN_FAT
> -       default "mmc" if ARCH_SUNXI
> -       default "mmc" if TI_COMMON_CMD_OPTIONS || ARCH_ZYNQMP || ARCH_AT91
> +       default "mmc"
>         help
>           Define this to a string that is the name of the block device.
>
> --
> 2.25.1
>

Applied.
M
diff mbox series

Patch

diff --git a/env/Kconfig b/env/Kconfig
index 2d972a5d4f34..8ab7be11c5be 100644
--- a/env/Kconfig
+++ b/env/Kconfig
@@ -404,8 +404,7 @@  config SYS_REDUNDAND_ENVIRONMENT
 config ENV_FAT_INTERFACE
 	string "Name of the block device for the environment"
 	depends on ENV_IS_IN_FAT
-	default "mmc" if ARCH_SUNXI
-	default "mmc" if TI_COMMON_CMD_OPTIONS || ARCH_ZYNQMP || ARCH_AT91
+	default "mmc"
 	help
 	  Define this to a string that is the name of the block device.