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

Michal Simek michal.simek at amd.com
Tue Aug 19 10:44:17 CEST 2025



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.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 */

Applied.
M


More information about the U-Boot mailing list