From: Balaji Selvanathan Date: Mon, 30 Jun 2025 07:00:40 +0000 (+0530) Subject: configs: qcom_qcs9100: Fix fastboot buffer address for QCS9100 board X-Git-Tag: v2026.04-rc1~31^2~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68daf96a909c882b0c01d203c629c7227e16b4d5;p=thirdparty%2Fu-boot.git configs: qcom_qcs9100: Fix fastboot buffer address for QCS9100 board 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 Reviewed-by: Casey Connolly Link: https://patch.msgid.link/20250630070040.734486-3-balaji.selvanathan@oss.qualcomm.com Signed-off-by: Casey Connolly --- diff --git a/configs/qcom_qcs9100_defconfig b/configs/qcom_qcs9100_defconfig index 216dfa3211e..371448b8b1b 100644 --- a/configs/qcom_qcs9100_defconfig +++ b/configs/qcom_qcs9100_defconfig @@ -8,6 +8,7 @@ # Address where U-Boot will be loaded CONFIG_TEXT_BASE=0xaf000000 CONFIG_REMAKE_ELF=y +CONFIG_FASTBOOT_BUF_ADDR=0xdb300000 CONFIG_DEFAULT_DEVICE_TREE="qcom/qcs9100-ride-r3" CONFIG_ENV_IS_IN_SCSI=y CONFIG_SCSI_ENV_PART_UUID="71cb9cd0-acf1-b6cb-ad91-be9572fe11a9"