
1 Jan
2025
1 Jan
'25
11:08 p.m.
Enable this command for x86 boards as it is quite useful for seeing where memory is.
Signed-off-by: Simon Glass sjg@chromium.org ---
arch/Kconfig | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/arch/Kconfig b/arch/Kconfig index 6258788f53f..2fb247d04b3 100644 --- a/arch/Kconfig +++ b/arch/Kconfig @@ -310,6 +310,8 @@ config X86 imply SYSINFO if GENERATE_SMBIOS_TABLE imply SYSINFO_SMBIOS if GENERATE_SMBIOS_TABLE imply TIMESTAMP + imply CMD_MEMINFO + imply CMD_MEMINFO_MAP
# Thing to enable for when SPL/TPL are enabled: SPL imply SPL_DM
--
2.43.0