]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - common/board_f.c
common: board_f: Make reserve_mmu a weak function
[people/ms/u-boot.git] / common / board_f.c
index 19b80556be05c26829159f54d39a0474a7de54f2..5915e500ae8532ebfda77ce2f33abfec709dea4a 100644 (file)
@@ -340,7 +340,7 @@ static int reserve_round_4k(void)
 }
 
 #ifdef CONFIG_ARM
-static int reserve_mmu(void)
+__weak int reserve_mmu(void)
 {
 #if !(defined(CONFIG_SYS_ICACHE_OFF) && defined(CONFIG_SYS_DCACHE_OFF))
        /* reserve TLB table */