arm: imx6: novena: Enable extfs support in SPL
[oweals/u-boot.git] / arch / arm / cpu / armv8 / cache_v8.c
index b1ea8227cb68841a3a87680d27bf3f57206e2da4..1ece6a2c12268714fee08d4a70d932b165ce41b8 100644 (file)
@@ -32,7 +32,7 @@ inline void set_pgtable_table(u64 *page_table, u64 index, u64 *table_addr)
 }
 
 /* to activate the MMU we need to set up virtual memory */
-static void mmu_setup(void)
+__weak void mmu_setup(void)
 {
        bd_t *bd = gd->bd;
        u64 *page_table = (u64 *)gd->arch.tlb_addr, i, j;