From 34841992e0b9cd0f848a81603fa8b6f3c9aca684 Mon Sep 17 00:00:00 2001 From: Patrice Chotard Date: Thu, 26 Jun 2025 10:22:47 +0200 Subject: [PATCH] configs: stm32mp13: Enable OF_UPSTREAM_BUILD_VENDOR Enable OF_UPSTREAM_BUILD_VENDOR and set OF_UPSTREAM_VENDOR. Signed-off-by: Patrice Chotard --- configs/stm32mp13_defconfig | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.47.2