From: Patrick Delaunay Date: Wed, 10 Jun 2020 17:28:42 +0000 (+0200) Subject: env: Kconfig: cosmetics: update comment for SYS_RELOC_GD_ENV_ADDR X-Git-Tag: v2020.07-rc5~11^2 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=35c2683f46bdea96f1dfce404aee4369a824b68e;hp=5b60326b6e52a59c13e3a8f94622cb5ebbecb54c;p=oweals%2Fu-boot.git env: Kconfig: cosmetics: update comment for SYS_RELOC_GD_ENV_ADDR Update the comment for SYS_RELOC_GD_ENV_ADDR as gd->env_addr is updated in board_r.c::initr_reloc_global_data() under the compilation flags CONFIG_SYS_RELOC_GD_ENV_ADDR Signed-off-by: Patrick Delaunay Reviewed-by: Tom Rini --- diff --git a/env/Kconfig b/env/Kconfig index ca7fef682b..38e7fadbb9 100644 --- a/env/Kconfig +++ b/env/Kconfig @@ -562,7 +562,7 @@ config ENV_UBI_VID_OFFSET UBI VID offset for environment. If 0, no custom VID offset is used. config SYS_RELOC_GD_ENV_ADDR - bool "Relocate gd->en_addr" + bool "Relocate gd->env_addr" help Relocate the early env_addr pointer so we know it is not inside the binary. Some systems need this and for the rest, it doesn't hurt.