From: Patrice Chotard Date: Thu, 26 Jun 2025 08:22:47 +0000 (+0200) Subject: configs: stm32mp13: Enable OF_UPSTREAM_BUILD_VENDOR X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34841992e0b9cd0f848a81603fa8b6f3c9aca684;p=thirdparty%2Fu-boot.git configs: stm32mp13: Enable OF_UPSTREAM_BUILD_VENDOR Enable OF_UPSTREAM_BUILD_VENDOR and set OF_UPSTREAM_VENDOR. Signed-off-by: Patrice Chotard --- diff --git a/configs/stm32mp13_defconfig b/configs/stm32mp13_defconfig index 18ec7f4601e..3283e910219 100644 --- a/configs/stm32mp13_defconfig +++ b/configs/stm32mp13_defconfig @@ -48,6 +48,8 @@ CONFIG_CMD_EXT4_WRITE=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_REDUNDANT=y