commit | ca63e71192a99f8f538b9c32576b2a055cfccb5d | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Tue Nov 12 22:46:36 2019 -0500 |
committer | Tom Rini <trini@konsulko.com> | Wed Nov 20 12:24:50 2019 -0500 |
tree | 4a03ee3c6d1f5fd8995c910200aeaa733b0b31c0 | |
parent | bc20b5e9e6dd43239bbae3d2c7e2a4bc69b96b24 [diff] |
env: Add CONFIG_SYS_RELOC_GD_ENV_ADDR symbol Today in initr_reloc_global_data() we use some non-obvious tests to determine if we need to relocate the env_addr within gd or not. In order to facilitate migration of other symbols to Kconfig we need to introduce a new symbol for this particular use case. Cc: Wolfgang Denk <wd@denx.de> Cc: Joe Hershberger <joe.hershberger@ni.com> Signed-off-by: Tom Rini <trini@konsulko.com>