configs: 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>
This commit is contained in:
parent
5a8e148239
commit
0063487a5b
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user