xilinx: zynqmp: Disable LMB for mini u-boot
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
This commit is contained in:
parent
85007da94b
commit
d434921def
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user