common: board_f: Make reserve_mmu a weak function
[platform/kernel/u-boot.git] / include / common.h
index 751665f..c8fb277 100644 (file)
@@ -286,6 +286,7 @@ void board_show_dram(phys_size_t size);
  */
 int arch_fixup_fdt(void *blob);
 
+int reserve_mmu(void);
 /* common/flash.c */
 void flash_perror (int);