diff options
| author | Michal Simek <[email protected]> | 2025-07-30 16:32:01 +0200 |
|---|---|---|
| committer | Michal Simek <[email protected]> | 2025-08-25 16:20:48 +0200 |
| commit | 0109a7de96c64f5d4096652c36d7b6023b0f1737 (patch) | |
| tree | 1e3ed45209bdcee50935ac3717918efef79e071f /include | |
| parent | cb57991250822831b6191154106e539d85479303 (diff) | |
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 <[email protected]>
Link: https://lore.kernel.org/r/4c195468c0341ddd2aca98f83cdcbd40117cc9ee.1753885919.git.michal.simek@amd.com
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/amd_versal2.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 */ |
