[PATCH] arm64: versal2: Define BOOTENV_DEV_SHARED_XSPI when distro is disabled

Michal Simek michal.simek at amd.com
Wed Jul 30 16:32:01 CEST 2025


When DISTRO_DEFAULT is disabled there is missing empty
BOOTENV_DEV_SHARED_XSPI macro defined.

Signed-off-by: Michal Simek <michal.simek at 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 1ade6adfa0bc..bd52e5a895f1 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.43.0

base-commit: 4bf2731f030926c65b5031e0109e092013cb225b
branch: debian-sent3


More information about the U-Boot mailing list