From: Patrice Chotard Date: Thu, 14 Aug 2025 12:09:38 +0000 (+0200) Subject: configs: stm32mp25: Enable OF_UPSTREAM_BUILD_VENDOR X-Git-Tag: v2025.10-rc4~11^2 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=198c48f2657e67ded7fc7679c2ed1c26227f9fdc;p=pandora-u-boot.git configs: stm32mp25: Enable OF_UPSTREAM_BUILD_VENDOR Initially, only one STM32MP25 based board was available, the stm32mp257f-ev1 board which was set by default in stm32mp25_defconfig. Since commit 79f3e77133bd ("Subtree merge tag 'v6.16-dts' of dts repo [1] into dts/upstream") we inherited of a second MP25 based board which is the stm32mp257f-dk board. Enable OF_UPSTREAM_BUILD_VENDOR and set OF_UPSTREAM_VENDOR to allow all STMicroelectronics DT compilation. Signed-off-by: Patrice Chotard --- diff --git a/configs/stm32mp25_defconfig b/configs/stm32mp25_defconfig index 14619ffd96c..2b02cd86d61 100644 --- a/configs/stm32mp25_defconfig +++ b/configs/stm32mp25_defconfig @@ -41,6 +41,8 @@ CONFIG_CMD_REGULATOR=y CONFIG_CMD_LOG=y CONFIG_CMD_UBI=y CONFIG_OF_LIVE=y +CONFIG_OF_UPSTREAM_BUILD_VENDOR=y +CONFIG_OF_UPSTREAM_VENDOR="st" CONFIG_ENV_IS_NOWHERE=y CONFIG_ENV_IS_IN_MMC=y CONFIG_ENV_IS_IN_SPI_FLASH=y