From: Caleb Connolly Date: Fri, 28 Mar 2025 10:40:07 +0000 (+0100) Subject: qcom_defconfig: enable OF_UPSTREAM_BUILD_VENDOR X-Git-Tag: v2025.07-rc1~78^2~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6c88ca805c6a5b13aa92f8b8ba6e3ca63522948;p=pandora-u-boot.git qcom_defconfig: enable OF_UPSTREAM_BUILD_VENDOR A single U-Boot binary can be run on many different Qualcomm boards just by booting with a different DTB. Simplify the build process for this by enabling OF_UPSTREAM_BUILD_VENDOR so that all the DTBs will be available after building U-Boot once. Acked-by: Ilias Apalodimas Acked-by: Christopher Obbard Link: https://lore.kernel.org/r/20250328104011.1837872-1-caleb.connolly@linaro.org Signed-off-by: Caleb Connolly --- diff --git a/configs/qcom_defconfig b/configs/qcom_defconfig index ba4d38d100e..a12a5d17b40 100644 --- a/configs/qcom_defconfig +++ b/configs/qcom_defconfig @@ -41,6 +41,7 @@ CONFIG_CMD_RNG=y CONFIG_CMD_REGULATOR=y CONFIG_CMD_LOG=y CONFIG_OF_LIVE=y +CONFIG_OF_UPSTREAM_BUILD_VENDOR=y CONFIG_USE_DEFAULT_ENV_FILE=y CONFIG_DEFAULT_ENV_FILE="board/qualcomm/default.env" CONFIG_BUTTON_QCOM_PMIC=y