]> Git Repo - u-boot.git/blobdiff - arch/arm/mach-versal/cpu.c
common: Drop net.h from common header
[u-boot.git] / arch / arm / mach-versal / cpu.c
index 829a6c1b3e5354dc7bbcdf2dd836faa6ffe3e15e..71731f324f05381880bc8edee44e53be4b06e072 100644 (file)
@@ -6,9 +6,11 @@
 
 #include <common.h>
 #include <asm/armv8/mmu.h>
+#include <asm/cache.h>
 #include <asm/io.h>
 #include <asm/arch/hardware.h>
 #include <asm/arch/sys_proto.h>
+#include <asm/cache.h>
 
 DECLARE_GLOBAL_DATA_PTR;
 
@@ -107,7 +109,7 @@ u64 get_page_table_size(void)
 }
 
 #if defined(CONFIG_SYS_MEM_RSVD_FOR_MMU)
-int reserve_mmu(void)
+int arm_reserve_mmu(void)
 {
        tcm_init(TCM_LOCK);
        gd->arch.tlb_size = PGTABLE_SIZE;
This page took 0.025084 seconds and 4 git commands to generate.