Revision | a5bd1fe863907f27c68e30d8ef030649f4bf7d5f (tree) |
---|---|
Time | 2022-07-26 15:23:54 |
Author | Michal Simek <michal.simek@xili...> |
Commiter | Michal Simek |
arm64: zynqmp: Disable LMB for mini configurations
There is no need to have LMB enabled that's why save some space by
disabling it.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@amd.com>
Link: https://lore.kernel.org/r/f735d7691f4e7a7958d985b22c40aeb26e37a404.1657183534.git.michal.simek@amd.com
@@ -63,3 +63,4 @@ CONFIG_SYS_RELOC_GD_ENV_ADDR=y | ||
63 | 63 | CONFIG_ARM_DCC=y |
64 | 64 | CONFIG_PANIC_HANG=y |
65 | 65 | # CONFIG_GZIP is not set |
66 | +# CONFIG_LMB is not set |
@@ -78,3 +78,4 @@ CONFIG_ARM_DCC=y | ||
78 | 78 | CONFIG_PANIC_HANG=y |
79 | 79 | # CONFIG_GZIP is not set |
80 | 80 | # CONFIG_EFI_LOADER is not set |
81 | +# CONFIG_LMB is not set |
@@ -78,3 +78,4 @@ CONFIG_ARM_DCC=y | ||
78 | 78 | CONFIG_PANIC_HANG=y |
79 | 79 | # CONFIG_GZIP is not set |
80 | 80 | # CONFIG_EFI_LOADER is not set |
81 | +# CONFIG_LMB is not set |
@@ -82,3 +82,4 @@ CONFIG_SPI=y | ||
82 | 82 | CONFIG_ZYNQMP_GQSPI=y |
83 | 83 | CONFIG_PANIC_HANG=y |
84 | 84 | # CONFIG_GZIP is not set |
85 | +# CONFIG_LMB is not set |