qcom_defconfig: enable fastboot
authorCaleb Connolly <caleb.connolly@linaro.org>
Mon, 24 Mar 2025 18:17:40 +0000 (19:17 +0100)
committerCaleb Connolly <caleb.connolly@linaro.org>
Thu, 10 Apr 2025 13:43:09 +0000 (15:43 +0200)
commit32ad75f7873cd05800a6ec1be9c5abcd5c9dcd35
tree28077672d94368a2c05bdb18c39a5968a9f19a04
parent520f26425bb01c2fd471d0b8efd89bad5671a3b0
qcom_defconfig: enable fastboot

Enable fastboot support over USB, using MMC as the backend. This will be
the internal eMMC on devices that have it, or the sdcard slot on devices
with UFS (if available).

We don't use a fixed address for the fastboot buffer because it's
allocated at runtime per-board. Entering fastboot mode should be done by
executing "run fastboot" or manually running:

fastboot -l $fastboot_addr_r usb 0

Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Link: https://lore.kernel.org/r/20250324-sdm845-fixes-fastboot-v1-4-d177a10f336d@linaro.org
Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>
configs/qcom_defconfig