diff options
| author | Marek Vasut <[email protected]> | 2025-06-09 21:26:37 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-06-20 12:15:08 -0600 |
| commit | 5fb88fa725d6d4f6d358e86613a14cde01426692 (patch) | |
| tree | 8bab2c1b25162a7dae1ff385cd072bb1fd2d98c6 /tools | |
| parent | 0fd9a3480a024a39da00b502af1406418378a27e (diff) | |
env: Rename SYS_REDUNDAND_ENVIRONMENT to ENV_REDUNDANT
Rename the variable and add ENV_ prefix, so that all configuration
options which are related to environment would have an CONFIG_ENV_
prefix. No functional change.
Signed-off-by: Marek Vasut <[email protected]>
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/envcrc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/envcrc.c b/tools/envcrc.c index 09051800364..7f680fb8a95 100644 --- a/tools/envcrc.c +++ b/tools/envcrc.c @@ -40,7 +40,7 @@ # endif #endif /* CONFIG_ENV_IS_IN_FLASH */ -#ifdef CONFIG_SYS_REDUNDAND_ENVIRONMENT +#ifdef CONFIG_ENV_REDUNDANT # define ENV_HEADER_SIZE (sizeof(uint32_t) + 1) #else # define ENV_HEADER_SIZE (sizeof(uint32_t)) |
