summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorMarek Vasut <[email protected]>2023-09-06 23:29:42 +0200
committerTom Rini <[email protected]>2023-09-14 10:42:24 -0400
commit4fa6511e8c05f2b1bd2d4b969b5c9d6cc49228ff (patch)
treec7b199c4896da909ab5c8447f0763f52547ea033 /common
parent446d6643033edffd4b832de71ef190533398bd91 (diff)
blkcache: 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 <[email protected]>
Diffstat (limited to 'common')
-rw-r--r--common/board_r.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/common/board_r.c b/common/board_r.c
index ad9a3cf6336..697d4a5bd3d 100644
--- a/common/board_r.c
+++ b/common/board_r.c
@@ -657,9 +657,6 @@ static init_fnc_t init_sequence_r[] = {
initr_watchdog,
#endif
INIT_FUNC_WATCHDOG_RESET
-#if defined(CONFIG_NEEDS_MANUAL_RELOC) && defined(CONFIG_BLOCK_CACHE)
- blkcache_init,
-#endif
#ifdef CONFIG_NEEDS_MANUAL_RELOC
initr_manual_reloc_cmdtable,
#endif