xilinx: zynqmp: Disable LMB for mini u-boot
authorAshok Reddy Soma <ashok.reddy.soma@xilinx.com>
Fri, 5 Aug 2022 09:19:55 +0000 (11:19 +0200)
committerMichal Simek <michal.simek@amd.com>
Mon, 12 Sep 2022 10:05:06 +0000 (12:05 +0200)
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>
Signed-off-by: Michal Simek <michal.simek@amd.com>
Link: https://lore.kernel.org/r/45fad28825f0f236ad45e700aca1f39afbb22236.1659691195.git.michal.simek@amd.com
configs/xilinx_zynqmp_mini_nand_defconfig
configs/xilinx_zynqmp_mini_nand_single_defconfig

index a2405f2..e6054fe 100644 (file)
@@ -65,3 +65,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 e6ebc12..aa35b48 100644 (file)
@@ -64,3 +64,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