summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbbarapu Venkatesh Yadav <[email protected]>2025-10-10 10:42:00 +0530
committerCasey Connolly <[email protected]>2025-10-29 12:27:32 +0100
commite51d4d23c7149c5efa532b8c406de551c928aa93 (patch)
tree92096f64d87106339a44bab7afd82336916b06f2
parent4cad9faf8d2887b8851f0ced5194ffbaa92ca71e (diff)
qcom_defconfig: Enable meminfo command with mapping
Enable meminfo command to be able to see where things are mapped. Signed-off-by: Abbarapu Venkatesh Yadav <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Casey Connolly <[email protected]>
-rw-r--r--configs/qcom_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/qcom_defconfig b/configs/qcom_defconfig
index 8d1269b4634..4c00cf91166 100644
--- a/configs/qcom_defconfig
+++ b/configs/qcom_defconfig
@@ -29,6 +29,8 @@ CONFIG_CMD_EEPROM=y
CONFIG_SYS_I2C_EEPROM_BUS=2
CONFIG_SYS_I2C_EEPROM_ADDR_LEN=2
CONFIG_SYS_EEPROM_PAGE_WRITE_BITS=5
+CONFIG_CMD_MEMINFO=y
+CONFIG_CMD_MEMINFO_MAP=y
# CONFIG_CMD_BIND is not set
CONFIG_CMD_CLK=y
CONFIG_CMD_DFU=y