[PATCH v1 0/2] qcom: qcs9100: Rename defconfig and fix fastboot buffer
Balaji Selvanathan
balaji.selvanathan at oss.qualcomm.com
Mon Jun 30 09:00:38 CEST 2025
This patch series improves support for the Qualcomm QCS9100 board
in U-Boot.
Patch 1 renames the defconfig file to follow the
standard Qualcomm naming convention used across other platforms.
Patch 2 sets a valid FASTBOOT_BUF_ADDR for the QCS9100 board.
The default value of 0 leads to NULL pointer dereference during
fastboot operations. The new address points to a safe and
sufficiently large RAM region.
Signed-off-by: Balaji Selvanathan <balaji.selvanathan at oss.qualcomm.com>
Balaji Selvanathan (2):
configs: Rename qcs9100_defconfig to qcom_qcs9100_defconfig
configs: qcom_qcs9100: Fix fastboot buffer address for QCS9100 board
configs/{qcs9100_defconfig => qcom_qcs9100_defconfig} | 2 ++
1 file changed, 2 insertions(+)
rename configs/{qcs9100_defconfig => qcom_qcs9100_defconfig} (93%)
--
2.34.1
More information about the U-Boot
mailing list