commit | 6c6add602970ee6b542b38ad6daf4f8e1e9f39d4 | [log] [tgz] |
---|---|---|
author | Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> | Thu Sep 27 12:38:34 2018 +0200 |
committer | Tom Rini <trini@konsulko.com> | Sat Oct 06 09:04:18 2018 -0400 |
tree | e3c90f9e737b67d27fe94a27e64a002494c2b9aa | |
parent | c906f372b2ec55222b841b2affb50fd72d985086 [diff] |
configs: drop CONFIG_SYS_EXTRA_ENV_RELOC Instead of manually specifying CONFIG_SYS_EXTRA_ENV_RELOC for every board that needs it, it shouldn't hurt to let initr_reloc_global_data() always relocate gd->env_addr unless we know this pointer is outside the initial binary. To achieve this, the relocation is omitted if CONFIG_ENV_ADDR is defined (and ENV_IS_EMBEDDED is not). Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>