]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
qcom_defconfig: Enable meminfo command with mapping
authorAbbarapu Venkatesh Yadav <venkyada@qti.qualcomm.com>
Fri, 10 Oct 2025 05:12:00 +0000 (10:42 +0530)
committerCasey Connolly <casey.connolly@linaro.org>
Wed, 29 Oct 2025 11:27:32 +0000 (12:27 +0100)
Enable meminfo command to be able to see where things are mapped.

Signed-off-by: Abbarapu Venkatesh Yadav <venkyada@qti.qualcomm.com>
Link: https://lore.kernel.org/r/20251010051200.2313081-1-venkyada@qti.qualcomm.com
Signed-off-by: Casey Connolly <kcxt@postmarketos.org>
configs/qcom_defconfig

index 8d1269b4634160de2d249514c75fb42c45f4b5ca..4c00cf9116698ff3097abbc9285127cbf65e9658 100644 (file)
@@ -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