summaryrefslogtreecommitdiffstats
path: root/arch/arm/include
diff options
context:
space:
mode:
authorAlexander Graf <agraf@suse.de>2016-03-04 01:09:48 +0100
committerTom Rini <trini@konsulko.com>2016-03-15 15:13:02 -0400
commitd473f0c621513d3f1c42888c113b68f65b7e81cf (patch)
tree72566868778f606d2a3bcaa07895bf68f39bffad /arch/arm/include
parent5e2ec773bb6c5acf22d8652112856e87cff86ea4 (diff)
downloadtalos-obmc-uboot-d473f0c621513d3f1c42888c113b68f65b7e81cf.tar.gz
talos-obmc-uboot-d473f0c621513d3f1c42888c113b68f65b7e81cf.zip
thunderx: Move mmu table into board file
The MMU range table can vary depending on things we may only find out at runtime. While the very simple ThunderX variant does not change, other boards will, so move the definition from a static entry in a header file to the board file. Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'arch/arm/include')
-rw-r--r--arch/arm/include/asm/armv8/mmu.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/include/asm/armv8/mmu.h b/arch/arm/include/asm/armv8/mmu.h
index 1c490dcd10..06126c88d8 100644
--- a/arch/arm/include/asm/armv8/mmu.h
+++ b/arch/arm/include/asm/armv8/mmu.h
@@ -203,6 +203,8 @@ struct mm_region {
u64 size;
u64 attrs;
};
+
+extern struct mm_region *mem_map;
#endif
#endif /* _ASM_ARMV8_MMU_H_ */
OpenPOWER on IntegriCloud