summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-versal/include
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2019-04-29 09:39:09 -0700
committerMichal Simek <michal.simek@xilinx.com>2019-10-08 09:11:14 +0200
commitaef149e9dd3d8a99840b0a7e5af06565cde3ad74 (patch)
tree877de880ae32768d680e900a7f55cedc13d09733 /arch/arm/mach-versal/include
parenta69814c815b9a1a027f461ef26dbe7b2b8e258e4 (diff)
downloadu-boot-aef149e9dd3d8a99840b0a7e5af06565cde3ad74.tar.gz
u-boot-aef149e9dd3d8a99840b0a7e5af06565cde3ad74.tar.xz
u-boot-aef149e9dd3d8a99840b0a7e5af06565cde3ad74.zip
arm64: versal: Enable memory mapping via DT
Code reads DT and setup MMU table based on memory node. This will ensure that only DT needs to be changed. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'arch/arm/mach-versal/include')
-rw-r--r--arch/arm/mach-versal/include/mach/sys_proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-versal/include/mach/sys_proto.h b/arch/arm/mach-versal/include/mach/sys_proto.h
index 1dc7bf6656..05934c28d6 100644
--- a/arch/arm/mach-versal/include/mach/sys_proto.h
+++ b/arch/arm/mach-versal/include/mach/sys_proto.h
@@ -9,3 +9,4 @@ enum {
};
void tcm_init(u8 mode);
+void mem_map_fill(void);