diff mbox series

qcom_defconfig: enable OF_UPSTREAM_BUILD_VENDOR

Message ID 20250328104011.1837872-1-caleb.connolly@linaro.org
State New
Headers show
Series qcom_defconfig: enable OF_UPSTREAM_BUILD_VENDOR | expand

Commit Message

Caleb Connolly March 28, 2025, 10:40 a.m. UTC
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.

Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>
---
 configs/qcom_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Christopher Obbard March 28, 2025, 12:11 p.m. UTC | #1
Hi Caleb,

On Fri, 28 Mar 2025 at 10:40, Caleb Connolly <caleb.connolly@linaro.org> wrote:
>
> 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.
>
> Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>

Acked-by: Christopher Obbard <christopher.obbard@linaro.org>

> ---
>  configs/qcom_defconfig | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/configs/qcom_defconfig b/configs/qcom_defconfig
> index ba4d38d100e0..a12a5d17b406 100644
> --- a/configs/qcom_defconfig
> +++ b/configs/qcom_defconfig
> @@ -40,8 +40,9 @@ CONFIG_CMD_EFIDEBUG=y
>  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
>  CONFIG_CLK=y
> --
> 2.49.0
>
Ilias Apalodimas March 28, 2025, 12:33 p.m. UTC | #2
On Fri, 28 Mar 2025 at 12:40, Caleb Connolly <caleb.connolly@linaro.org> wrote:
>
> 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.
>
> Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>
> ---
>  configs/qcom_defconfig | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/configs/qcom_defconfig b/configs/qcom_defconfig
> index ba4d38d100e0..a12a5d17b406 100644
> --- a/configs/qcom_defconfig
> +++ b/configs/qcom_defconfig
> @@ -40,8 +40,9 @@ CONFIG_CMD_EFIDEBUG=y
>  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
>  CONFIG_CLK=y
> --
> 2.49.0
>

Acked-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
diff mbox series

Patch

diff --git a/configs/qcom_defconfig b/configs/qcom_defconfig
index ba4d38d100e0..a12a5d17b406 100644
--- a/configs/qcom_defconfig
+++ b/configs/qcom_defconfig
@@ -40,8 +40,9 @@  CONFIG_CMD_EFIDEBUG=y
 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
 CONFIG_CLK=y