[PATCH v3 10/10] qcom_defconfig: enable framepointer for backtraces
Casey Connolly
casey.connolly at linaro.org
Tue Jul 29 17:50:08 CEST 2025
Enable CONFIG_FRAMEPOINTER so that we can print backtraces when an
exception occurs (or manually with unwind_stack()).
This helps a lot with tracking down what caused the exception.
Signed-off-by: Casey Connolly <casey.connolly at linaro.org>
---
configs/qcom_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/configs/qcom_defconfig b/configs/qcom_defconfig
index 86d7de89e7746e33f4385ca78c839b43319cd861..9036c39d637eb059e340b1b62675746a21cbb1a6 100644
--- a/configs/qcom_defconfig
+++ b/configs/qcom_defconfig
@@ -5,8 +5,9 @@ CONFIG_SYS_INIT_SP_BSS_OFFSET=1572864
CONFIG_ARCH_SNAPDRAGON=y
CONFIG_NR_DRAM_BANKS=24
CONFIG_DEFAULT_DEVICE_TREE="qcom/sdm845-db845c"
CONFIG_SYS_LOAD_ADDR=0xA0000000
+CONFIG_FRAMEPOINTER=y
CONFIG_EFI_RUNTIME_UPDATE_CAPSULE=y
CONFIG_EFI_CAPSULE_ON_DISK=y
CONFIG_EFI_CAPSULE_FIRMWARE_RAW=y
CONFIG_BUTTON_CMD=y
--
2.50.0
More information about the U-Boot
mailing list