diff mbox series

env: kconfig: Add default option for ARCH_ZYNQ

Message ID 8fe75934a24b9dce762e1b85bcaddcf607996046.1598269022.git.michal.simek@xilinx.com
State Accepted
Commit 7fa8d5e0eecce91e564c863afda6318d4527f75b
Delegated to: Michal Simek
Headers show
Series env: kconfig: Add default option for ARCH_ZYNQ | expand

Commit Message

Michal Simek Aug. 24, 2020, 11:37 a.m. UTC
Zynq is similar to ZynqMP u-boot feature wise that's why also enable
default option for ENV_FAT_DEVICE_AND_PART Kconfig entry.

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

 env/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Michal Simek Sept. 23, 2020, 12:02 p.m. UTC | #1
po 24. 8. 2020 v 13:37 odesílatel Michal Simek <michal.simek@xilinx.com> napsal:
>
> Zynq is similar to ZynqMP u-boot feature wise that's why also enable
> default option for ENV_FAT_DEVICE_AND_PART Kconfig entry.
>
> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
> ---
>
>  env/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/env/Kconfig b/env/Kconfig
> index b59ba310ec3d..f3a9925f58f4 100644
> --- a/env/Kconfig
> +++ b/env/Kconfig
> @@ -422,7 +422,7 @@ config ENV_FAT_DEVICE_AND_PART
>         string "Device and partition for where to store the environemt in FAT"
>         depends on ENV_IS_IN_FAT
>         default "0:1" if TI_COMMON_CMD_OPTIONS
> -       default "0:auto" if ARCH_ZYNQMP
> +       default "0:auto" if ARCH_ZYNQ || ARCH_ZYNQMP
>         default "0:auto" if ARCH_SUNXI && MMC_SUNXI_SLOT_EXTRA = -1
>         default "1:auto" if ARCH_SUNXI && MMC_SUNXI_SLOT_EXTRA != -1
>         default "0" if ARCH_AT91
> --
> 2.28.0
>

Applied.
M
diff mbox series

Patch

diff --git a/env/Kconfig b/env/Kconfig
index b59ba310ec3d..f3a9925f58f4 100644
--- a/env/Kconfig
+++ b/env/Kconfig
@@ -422,7 +422,7 @@  config ENV_FAT_DEVICE_AND_PART
 	string "Device and partition for where to store the environemt in FAT"
 	depends on ENV_IS_IN_FAT
 	default "0:1" if TI_COMMON_CMD_OPTIONS
-	default "0:auto" if ARCH_ZYNQMP
+	default "0:auto" if ARCH_ZYNQ || ARCH_ZYNQMP
 	default "0:auto" if ARCH_SUNXI && MMC_SUNXI_SLOT_EXTRA = -1
 	default "1:auto" if ARCH_SUNXI && MMC_SUNXI_SLOT_EXTRA != -1
 	default "0" if ARCH_AT91