diff options
author | Michal Simek <michal.simek@amd.com> | 2022-09-06 12:41:10 +0200 |
---|---|---|
committer | Michal Simek <michal.simek@amd.com> | 2022-09-12 12:05:06 +0200 |
commit | 91687c4c3c0c919f120f0cc120b739c6fb26b993 (patch) | |
tree | 9fcb7daf11c0e2373d57e03a9ca460ff4b8d3b04 | |
parent | d434921defdcde9f858de8e4dd9380156dc60ad1 (diff) | |
download | u-boot-91687c4c3c0c919f120f0cc120b739c6fb26b993.zip u-boot-91687c4c3c0c919f120f0cc120b739c6fb26b993.tar.gz u-boot-91687c4c3c0c919f120f0cc120b739c6fb26b993.tar.bz2 |
xilinx: zynq: Disable LMB for mini configurations
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/07d95f619a15672d1a234eddcfbb54c0ab382eaa.1662460867.git.michal.simek@amd.com
-rw-r--r-- | configs/zynq_cse_nand_defconfig | 1 | ||||
-rw-r--r-- | configs/zynq_cse_nor_defconfig | 1 | ||||
-rw-r--r-- | configs/zynq_cse_qspi_defconfig | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/configs/zynq_cse_nand_defconfig b/configs/zynq_cse_nand_defconfig index b69c8b9..22f7456 100644 --- a/configs/zynq_cse_nand_defconfig +++ b/configs/zynq_cse_nand_defconfig @@ -79,3 +79,4 @@ CONFIG_NAND_ZYNQ=y CONFIG_SYS_NAND_ONFI_DETECTION=y CONFIG_ARM_DCC=y # CONFIG_GZIP is not set +# CONFIG_LMB is not set diff --git a/configs/zynq_cse_nor_defconfig b/configs/zynq_cse_nor_defconfig index 59cd19e..9f2d337 100644 --- a/configs/zynq_cse_nor_defconfig +++ b/configs/zynq_cse_nor_defconfig @@ -81,3 +81,4 @@ CONFIG_SYS_FLASH_CFI=y CONFIG_SYS_FLASH_QUIET_TEST=y CONFIG_ARM_DCC=y # CONFIG_GZIP is not set +# CONFIG_LMB is not set diff --git a/configs/zynq_cse_qspi_defconfig b/configs/zynq_cse_qspi_defconfig index 49dd5ad..a767224 100644 --- a/configs/zynq_cse_qspi_defconfig +++ b/configs/zynq_cse_qspi_defconfig @@ -91,3 +91,4 @@ CONFIG_SPI_FLASH_WINBOND=y CONFIG_ARM_DCC=y CONFIG_ZYNQ_QSPI=y # CONFIG_GZIP is not set +# CONFIG_LMB is not set |