]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
configs: zynqmp: Disable LMB for mini u-boot
authorAshok Reddy Soma <ashok.reddy.soma@xilinx.com>
Tue, 14 Dec 2021 12:19:14 +0000 (05:19 -0700)
committerMichal Simek <michal.simek@xilinx.com>
Tue, 14 Dec 2021 13:02:38 +0000 (14:02 +0100)
LMB is not required for mini u-boot which runs out of on chip memory.
Disable CONFIG_LMB from mini u-boot defconfig's.

Signed-off-by: Ashok Reddy Soma <ashok.reddy.soma@xilinx.com>
configs/xilinx_zynqmp_mini_defconfig
configs/xilinx_zynqmp_mini_nand_defconfig
configs/xilinx_zynqmp_mini_nand_single_defconfig
configs/xilinx_zynqmp_mini_qspi_defconfig

index 73f6eee039df00197a5973ebb551b886b6261cb2..7c25a54046dfc56a020149df400c7babe0a61515 100644 (file)
@@ -58,3 +58,4 @@ CONFIG_SYS_RELOC_GD_ENV_ADDR=y
 CONFIG_ARM_DCC=y
 CONFIG_PANIC_HANG=y
 # CONFIG_GZIP is not set
+# CONFIG_LMB is not set
index 68e7586d89a81efa52e6c6a086ab4ec6af7c808f..c46db4a2d950b487040467afb3c042eed3c13874 100644 (file)
@@ -59,3 +59,4 @@ CONFIG_SYS_NAND_MAX_CHIPS=2
 CONFIG_ARM_DCC=y
 CONFIG_PANIC_HANG=y
 # CONFIG_GZIP is not set
+# CONFIG_LMB is not set
index 723c61128ffc981da405012816173d6fc3bc06e0..06e2e0137a51acc98272a9a63c1d30d84ee9a11d 100644 (file)
@@ -58,3 +58,4 @@ CONFIG_SYS_NAND_ONFI_DETECTION=y
 CONFIG_ARM_DCC=y
 CONFIG_PANIC_HANG=y
 # CONFIG_GZIP is not set
+# CONFIG_LMB is not set
index 1b9a20814c497ec510cc035bf7e10cd8b6ec18f5..90d6110f9263cf5f2d5f417be810e1461917f45f 100644 (file)
@@ -66,3 +66,4 @@ CONFIG_SPI=y
 CONFIG_ZYNQMP_GQSPI=y
 CONFIG_PANIC_HANG=y
 # CONFIG_GZIP is not set
+# CONFIG_LMB is not set