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.selvanat...@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