]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
xilinx: versal: Disable LMB for mini configurations
authorMichal Simek <michal.simek@amd.com>
Tue, 6 Sep 2022 10:41:34 +0000 (12:41 +0200)
committerMichal Simek <michal.simek@amd.com>
Tue, 13 Sep 2022 09:32:48 +0000 (11:32 +0200)
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>
Link: https://lore.kernel.org/r/17d1e9b50b2fd032352911f94f4f213828e0a3f7.1662460892.git.michal.simek@amd.com
configs/xilinx_versal_mini_defconfig
configs/xilinx_versal_mini_emmc0_defconfig
configs/xilinx_versal_mini_emmc1_defconfig

index a78ee631e40b46e21db98fb8bda32a22fd5791b1..7a0557a22e25af149489720c416c3d227ed50724 100644 (file)
@@ -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
index ef73579dca406994f578e17ba6fa39e5a1a9a370..4b626d34654f7aa1a57e456e1b232a3dab048294 100644 (file)
@@ -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
index fb7c5cfdbb2c0efb8206d49716167cf74f1ba861..6fe2ebf876ebc1ae2331e6bb6c2ecb0288415674 100644 (file)
@@ -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