diff options
author | Marek Vasut | 2023-09-06 23:29:53 +0200 |
---|---|---|
committer | Tom Rini | 2023-09-14 10:42:24 -0400 |
commit | a28cc807fa3abbd3602982c88f1c419c80a7e8b8 (patch) | |
tree | 51c9446f0d911f569bba9706fab6c68e017d3fd2 /env | |
parent | 05f84bd2acc698b22395f14b1e78825a6c085d6a (diff) |
cmd: nvedit: Remove unused NEEDS_MANUAL_RELOC code bits
The last user of the NEEDS_MANUAL_RELOC has been removed in commit
26af162ac8f8 ("arch: m68k: Implement relocation")
Remove now unused NEEDS_MANUAL_RELOC code.
Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Diffstat (limited to 'env')
-rw-r--r-- | env/common.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/env/common.c b/env/common.c index 0ecdb248a08..4cf2dadc694 100644 --- a/env/common.c +++ b/env/common.c @@ -429,7 +429,6 @@ int env_export(env_t *env_out) void env_relocate(void) { #if defined(CONFIG_NEEDS_MANUAL_RELOC) - env_reloc(); env_fix_drivers(); env_htab.change_ok += gd->reloc_off; #endif |