]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
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 a2405f24ef77631295818801d95d767cdf05d50e..e6054fe177487757adff043870498e480ca42540 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 e6ebc12ed7d2c6aa444b61c5084c84d99206541d..aa35b48c72d54a120565cf372db9f1e5ab83217f 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