All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] env: Make mmc as default option for CONFIG_ENV_FAT_INTERFACE
@ 2020-02-25 14:52 Michal Simek
  2020-04-06 11:02 ` Michal Simek
  0 siblings, 1 reply; 2+ messages in thread
From: Michal Simek @ 2020-02-25 14:52 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH] env: Make mmc as default option for CONFIG_ENV_FAT_INTERFACE
  2020-02-25 14:52 [PATCH] env: Make mmc as default option for CONFIG_ENV_FAT_INTERFACE Michal Simek
@ 2020-04-06 11:02 ` Michal Simek
  0 siblings, 0 replies; 2+ messages in thread
From: Michal Simek @ 2020-04-06 11:02 UTC (permalink / raw)
  To: u-boot

?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

-- 
Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel - Xilinx Microblaze
Maintainer of Linux kernel - Xilinx Zynq ARM and ZynqMP ARM64 SoCs
U-Boot custodian - Xilinx Microblaze/Zynq/ZynqMP/Versal SoCs

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-04-06 11:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-25 14:52 [PATCH] env: Make mmc as default option for CONFIG_ENV_FAT_INTERFACE Michal Simek
2020-04-06 11:02 ` Michal Simek

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.