[PATCH v1 2/2] configs: qcom_qcs9100: Fix fastboot buffer address for QCS9100 board
Balaji Selvanathan
balaji.selvanathan at oss.qualcomm.com
Mon Jun 30 09:00:40 CEST 2025
The default value of CONFIG_FASTBOOT_BUF_ADDR is 0, which causes
NULL pointer dereference during fastboot commands.
Set it to 0xdb300000, a safe and sufficiently large region in RAM
of the QCS9100 board, to prevent crashes and ensure reliable
fastboot functionality.
Signed-off-by: Balaji Selvanathan <balaji.selvanathan at oss.qualcomm.com>
---
configs/qcom_qcs9100_defconfig | 2 ++
1 file changed, 2 insertions(+)
diff --git a/configs/qcom_qcs9100_defconfig b/configs/qcom_qcs9100_defconfig
index 10ff4d25398..5b6475dcfe0 100644
--- a/configs/qcom_qcs9100_defconfig
+++ b/configs/qcom_qcs9100_defconfig
@@ -15,4 +15,6 @@ CONFIG_DEBUG_UART_CLOCK=14745600
CONFIG_TEXT_BASE=0xaf000000
CONFIG_REMAKE_ELF=y
+CONFIG_FASTBOOT_BUF_ADDR=0xdb300000
+
CONFIG_DEFAULT_DEVICE_TREE="qcom/qcs9100-ride-r3"
--
2.34.1
More information about the U-Boot
mailing list