[PATCH 08/67] x86: Emable meminfo command
Simon Glass
sjg at chromium.org
Wed Jan 1 23:08:54 CET 2025
Enable this command for x86 boards as it is quite useful for seeing
where memory is.
Signed-off-by: Simon Glass <sjg at 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
More information about the U-Boot
mailing list