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 <patrick.delaunay@st.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
Patrick Delaunay 2020-06-10 19:28:42 +02:00 committed by Tom Rini
parent 5b60326b6e
commit 35c2683f46

2
env/Kconfig vendored
View file

@ -562,7 +562,7 @@ config ENV_UBI_VID_OFFSET
UBI VID offset for environment. If 0, no custom VID offset is used. UBI VID offset for environment. If 0, no custom VID offset is used.
config SYS_RELOC_GD_ENV_ADDR config SYS_RELOC_GD_ENV_ADDR
bool "Relocate gd->en_addr" bool "Relocate gd->env_addr"
help help
Relocate the early env_addr pointer so we know it is not inside 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. the binary. Some systems need this and for the rest, it doesn't hurt.