On 7/30/25 16:32, Michal Simek wrote:
When DISTRO_DEFAULT is disabled there is missing empty
BOOTENV_DEV_SHARED_XSPI macro defined.
Signed-off-by: Michal Simek <michal.si...@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 */
Applied.
M