Re: [PATCH] qcom_defconfig: enable OF_UPSTREAM_BUILD_VENDOR

2025-03-31 Thread Caleb Connolly
On Fri, 28 Mar 2025 11:40:07 +0100, Caleb Connolly 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 buil

Re: [PATCH] qcom_defconfig: enable OF_UPSTREAM_BUILD_VENDOR

2025-03-28 Thread Ilias Apalodimas
On Fri, 28 Mar 2025 at 12:40, Caleb Connolly 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

Re: [PATCH] qcom_defconfig: enable OF_UPSTREAM_BUILD_VENDOR

2025-03-28 Thread Christopher Obbard
Hi Caleb, On Fri, 28 Mar 2025 at 10:40, Caleb Connolly 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

[PATCH] qcom_defconfig: enable OF_UPSTREAM_BUILD_VENDOR

2025-03-28 Thread Caleb Connolly
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 --- configs/qcom_de