From 0109a7de96c64f5d4096652c36d7b6023b0f1737 Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Wed, 30 Jul 2025 16:32:01 +0200 Subject: [PATCH] arm64: versal2: Define BOOTENV_DEV_SHARED_XSPI when distro is disabled When DISTRO_DEFAULT is disabled there is missing empty BOOTENV_DEV_SHARED_XSPI macro defined. Signed-off-by: Michal Simek Link: https://lore.kernel.org/r/4c195468c0341ddd2aca98f83cdcbd40117cc9ee.1753885919.git.michal.simek@amd.com --- include/configs/amd_versal2.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/amd_versal2.h b/include/configs/amd_versal2.h index 1ade6adfa0b..bd52e5a895f 100644 --- a/include/configs/amd_versal2.h +++ b/include/configs/amd_versal2.h @@ -145,6 +145,7 @@ #else /* CONFIG_DISTRO_DEFAULTS */ # define BOOTENV +# define BOOTENV_DEV_SHARED_XSPI #endif /* CONFIG_DISTRO_DEFAULTS */ /* Initial environment variables */ -- 2.47.3