summaryrefslogtreecommitdiffstats
path: root/arch/mips/boot
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2019-11-07 14:26:42 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2019-11-07 14:26:42 +0100
commit989ca04ca49a023de81b6a7cdda8f2650e17d7ee (patch)
treeb4146ddb468b48421d45d511631a0c91bc7a4e9d /arch/mips/boot
parentaf3fb737d6da49fe39608444ad0c514d826d389a (diff)
parentc92e6480f3d2b986cc026f0efb97db4bb019aeda (diff)
downloadbarebox-989ca04ca49a023de81b6a7cdda8f2650e17d7ee.tar.gz
barebox-989ca04ca49a023de81b6a7cdda8f2650e17d7ee.tar.xz
Merge branch 'for-next/mips'
Diffstat (limited to 'arch/mips/boot')
-rw-r--r--arch/mips/boot/main_entry.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/mips/boot/main_entry.c b/arch/mips/boot/main_entry.c
index 4ae4457e7e..2c18bc81c3 100644
--- a/arch/mips/boot/main_entry.c
+++ b/arch/mips/boot/main_entry.c
@@ -77,12 +77,6 @@ void __bare_init main_entry(void *fdt, u32 fdt_size)
cpu_probe();
- if (cpu_has_4k_cache) {
- extern void r4k_cache_init(void);
-
- r4k_cache_init();
- }
-
trap_init();
malloc_end = (unsigned long)_stext;