diff options
author | Michal Simek <michal.simek@amd.com> | 2022-11-16 16:33:17 +0100 |
---|---|---|
committer | Michal Simek <michal.simek@amd.com> | 2022-11-22 15:02:07 +0100 |
commit | de4a22e70328893289747ec4e1f4bfb2143adf26 (patch) | |
tree | c79f9360a92f5276b7078e3307e3da1628e5c776 /configs | |
parent | 38920451c71844e2da82b4def8111a541997d649 (diff) | |
download | u-boot-de4a22e70328893289747ec4e1f4bfb2143adf26.tar.gz |
xilinx: versal-net: Disable LMB for mini configuration
There is no reason to have LMB enabled on mini configuration because it is
only consuming space that's why disable it.
Signed-off-by: Michal Simek <michal.simek@amd.com>
Link: https://lore.kernel.org/r/47067c87b6b2e7600d3c2808e7d0aa6fe82aa1fe.1668612795.git.michal.simek@amd.com
Diffstat (limited to 'configs')
-rw-r--r-- | configs/xilinx_versal_net_mini_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/xilinx_versal_net_mini_defconfig b/configs/xilinx_versal_net_mini_defconfig index 03a63288ac..c5fa431a8c 100644 --- a/configs/xilinx_versal_net_mini_defconfig +++ b/configs/xilinx_versal_net_mini_defconfig @@ -70,3 +70,4 @@ CONFIG_SYS_RELOC_GD_ENV_ADDR=y CONFIG_ARM_DCC=y CONFIG_PL01X_SERIAL=y # CONFIG_GZIP is not set +# CONFIG_LMB is not set |