diff options
| author | Marek Vasut <marek.vasut+renesas@mailbox.org> | 2025-06-09 21:26:37 +0200 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2025-06-20 12:15:08 -0600 |
| commit | 5fb88fa725d6d4f6d358e86613a14cde01426692 (patch) | |
| tree | 8bab2c1b25162a7dae1ff385cd072bb1fd2d98c6 /configs/theadorable-x86-conga-qa3-e3845-pcie-x4_defconfig | |
| 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 <marek.vasut+renesas@mailbox.org>
Diffstat (limited to 'configs/theadorable-x86-conga-qa3-e3845-pcie-x4_defconfig')
| -rw-r--r-- | configs/theadorable-x86-conga-qa3-e3845-pcie-x4_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/theadorable-x86-conga-qa3-e3845-pcie-x4_defconfig b/configs/theadorable-x86-conga-qa3-e3845-pcie-x4_defconfig index fed54bc8207..393284fa5c4 100644 --- a/configs/theadorable-x86-conga-qa3-e3845-pcie-x4_defconfig +++ b/configs/theadorable-x86-conga-qa3-e3845-pcie-x4_defconfig @@ -49,7 +49,7 @@ CONFIG_CMD_FS_GENERIC=y CONFIG_ISO_PARTITION=y CONFIG_AMIGA_PARTITION=y CONFIG_ENV_OVERWRITE=y -CONFIG_SYS_REDUNDAND_ENVIRONMENT=y +CONFIG_ENV_REDUNDANT=y CONFIG_SYS_RELOC_GD_ENV_ADDR=y CONFIG_USE_BOOTFILE=y CONFIG_BOOTFILE="bzImage" |
