diff options
| author | Marek Vasut <marek.vasut+renesas@mailbox.org> | 2025-06-09 21:26:38 +0200 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2025-06-20 12:15:08 -0600 |
| commit | 123682c7651d187113455cb01d396825c08619c4 (patch) | |
| tree | 8de7c1a859961fcadb3593fc9149464fbfa6c7ea /configs/qemu-riscv64_defconfig | |
| parent | 5fb88fa725d6d4f6d358e86613a14cde01426692 (diff) | |
env: Rename SYS_RELOC_GD_ENV_ADDR to ENV_RELOC_GD_ENV_ADDR
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.
Reviewed-by: Tom Rini <trini@konsulko.com>
Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Diffstat (limited to 'configs/qemu-riscv64_defconfig')
| -rw-r--r-- | configs/qemu-riscv64_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/qemu-riscv64_defconfig b/configs/qemu-riscv64_defconfig index 6b2fed4ad16..bf9a0b07400 100644 --- a/configs/qemu-riscv64_defconfig +++ b/configs/qemu-riscv64_defconfig @@ -16,7 +16,7 @@ CONFIG_CMD_BOOTEFI_SELFTEST=y CONFIG_CMD_NVEDIT_EFI=y # CONFIG_CMD_MII is not set CONFIG_CMD_SPAWN=y -CONFIG_SYS_RELOC_GD_ENV_ADDR=y +CONFIG_ENV_RELOC_GD_ENV_ADDR=y CONFIG_DM_MTD=y CONFIG_FLASH_SHOW_PROGRESS=0 CONFIG_SYS_MAX_FLASH_BANKS=2 |
