summaryrefslogtreecommitdiff
path: root/arch/arm/mach-mvebu
diff options
context:
space:
mode:
authorGrzegorz Jaszczyk <jaz@semihalf.com>2021-04-30 16:29:49 +0300
committerStefan Roese <sr@denx.de>2021-05-16 07:48:45 +0300
commit32a1a5b3742f137ed242b4ee0beb1cedb5f83f8f (patch)
tree3736360a631290340d220a05702e3d674bb69d20 /arch/arm/mach-mvebu
parenta2122d8bab8d41736d12e353cf00a75ae639873f (diff)
downloadu-boot-32a1a5b3742f137ed242b4ee0beb1cedb5f83f8f.tar.xz
arm64: mvebu: a8k: move firmware related definitions to fw info
Signed-off-by: Grzegorz Jaszczyk <jaz@semihalf.com> Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'arch/arm/mach-mvebu')
-rw-r--r--arch/arm/mach-mvebu/include/mach/fw_info.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-mvebu/include/mach/fw_info.h b/arch/arm/mach-mvebu/include/mach/fw_info.h
index ab2bb91bd5..6ab972e36e 100644
--- a/arch/arm/mach-mvebu/include/mach/fw_info.h
+++ b/arch/arm/mach-mvebu/include/mach/fw_info.h
@@ -10,4 +10,7 @@
#define ATF_REGION_START 0x4000000
#define ATF_REGION_END 0x5400000
+/* Firmware related definition used for SMC calls */
+#define MV_SIP_DRAM_SIZE 0x82000010
+
#endif /* _FW_INFO_H_ */