diff mbox series

xilinx: versal: Disable LMB for mini configurations

Message ID 17d1e9b50b2fd032352911f94f4f213828e0a3f7.1662460892.git.michal.simek@amd.com
State Accepted
Commit aaf0793be36f83f1458623bb1eef0670e02e8b82
Delegated to: Michal Simek
Headers show
Series xilinx: versal: Disable LMB for mini configurations | expand

Commit Message

Michal Simek Sept. 6, 2022, 10:41 a.m. UTC
There shouldn't be a reason to have LMB on for these configurations.
LMB was already disabled for ZynqMP by commit 0063487a5b60 ("configs:
zynqmp: Disable LMB for mini u-boot").

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

 configs/xilinx_versal_mini_defconfig       | 1 +
 configs/xilinx_versal_mini_emmc0_defconfig | 1 +
 configs/xilinx_versal_mini_emmc1_defconfig | 1 +
 3 files changed, 3 insertions(+)

Comments

Michal Simek Sept. 12, 2022, 10 a.m. UTC | #1
Ășt 6. 9. 2022 v 12:41 odesĂ­latel Michal Simek <michal.simek@amd.com> napsal:
>
> There shouldn't be a reason to have LMB on for these configurations.
> LMB was already disabled for ZynqMP by commit 0063487a5b60 ("configs:
> zynqmp: Disable LMB for mini u-boot").
>
> Signed-off-by: Michal Simek <michal.simek@amd.com>
> ---
>
>  configs/xilinx_versal_mini_defconfig       | 1 +
>  configs/xilinx_versal_mini_emmc0_defconfig | 1 +
>  configs/xilinx_versal_mini_emmc1_defconfig | 1 +
>  3 files changed, 3 insertions(+)
>
> diff --git a/configs/xilinx_versal_mini_defconfig b/configs/xilinx_versal_mini_defconfig
> index a78ee631e40b..7a0557a22e25 100644
> --- a/configs/xilinx_versal_mini_defconfig
> +++ b/configs/xilinx_versal_mini_defconfig
> @@ -66,3 +66,4 @@ CONFIG_SYS_RELOC_GD_ENV_ADDR=y
>  # CONFIG_MMC is not set
>  CONFIG_ARM_DCC=y
>  # CONFIG_GZIP is not set
> +# CONFIG_LMB is not set
> diff --git a/configs/xilinx_versal_mini_emmc0_defconfig b/configs/xilinx_versal_mini_emmc0_defconfig
> index ef73579dca40..4b626d34654f 100644
> --- a/configs/xilinx_versal_mini_emmc0_defconfig
> +++ b/configs/xilinx_versal_mini_emmc0_defconfig
> @@ -67,3 +67,4 @@ CONFIG_ARM_DCC=y
>  CONFIG_FAT_WRITE=y
>  # CONFIG_GZIP is not set
>  # CONFIG_EFI_LOADER is not set
> +# CONFIG_LMB is not set
> diff --git a/configs/xilinx_versal_mini_emmc1_defconfig b/configs/xilinx_versal_mini_emmc1_defconfig
> index fb7c5cfdbb2c..6fe2ebf876eb 100644
> --- a/configs/xilinx_versal_mini_emmc1_defconfig
> +++ b/configs/xilinx_versal_mini_emmc1_defconfig
> @@ -67,3 +67,4 @@ CONFIG_ARM_DCC=y
>  CONFIG_FAT_WRITE=y
>  # CONFIG_GZIP is not set
>  # CONFIG_EFI_LOADER is not set
> +# CONFIG_LMB is not set
> --
> 2.36.1
>

Applied.
M
diff mbox series

Patch

diff --git a/configs/xilinx_versal_mini_defconfig b/configs/xilinx_versal_mini_defconfig
index a78ee631e40b..7a0557a22e25 100644
--- a/configs/xilinx_versal_mini_defconfig
+++ b/configs/xilinx_versal_mini_defconfig
@@ -66,3 +66,4 @@  CONFIG_SYS_RELOC_GD_ENV_ADDR=y
 # CONFIG_MMC is not set
 CONFIG_ARM_DCC=y
 # CONFIG_GZIP is not set
+# CONFIG_LMB is not set
diff --git a/configs/xilinx_versal_mini_emmc0_defconfig b/configs/xilinx_versal_mini_emmc0_defconfig
index ef73579dca40..4b626d34654f 100644
--- a/configs/xilinx_versal_mini_emmc0_defconfig
+++ b/configs/xilinx_versal_mini_emmc0_defconfig
@@ -67,3 +67,4 @@  CONFIG_ARM_DCC=y
 CONFIG_FAT_WRITE=y
 # CONFIG_GZIP is not set
 # CONFIG_EFI_LOADER is not set
+# CONFIG_LMB is not set
diff --git a/configs/xilinx_versal_mini_emmc1_defconfig b/configs/xilinx_versal_mini_emmc1_defconfig
index fb7c5cfdbb2c..6fe2ebf876eb 100644
--- a/configs/xilinx_versal_mini_emmc1_defconfig
+++ b/configs/xilinx_versal_mini_emmc1_defconfig
@@ -67,3 +67,4 @@  CONFIG_ARM_DCC=y
 CONFIG_FAT_WRITE=y
 # CONFIG_GZIP is not set
 # CONFIG_EFI_LOADER is not set
+# CONFIG_LMB is not set