]> git.baikalelectronics.ru Git - uboot.git/commit
env: Kconfig: cosmetics: update comment for SYS_RELOC_GD_ENV_ADDR
authorPatrick Delaunay <patrick.delaunay@st.com>
Wed, 10 Jun 2020 17:28:42 +0000 (19:28 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 15 Jun 2020 15:24:36 +0000 (11:24 -0400)
commit84bdb2fc5e674e9b688b769f736de3be10ee5420
tree2bddd7564f277fb41319b8242088223dda28a008
parent5412c12f1da8bfc8b7d9709718e98f2569cf7ff1
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>
env/Kconfig