
30 Apr
2021
30 Apr
'21
3:29 p.m.
From: Grzegorz Jaszczyk jaz@semihalf.com
Signed-off-by: Grzegorz Jaszczyk jaz@semihalf.com Signed-off-by: Stefan Roese sr@denx.de ---
arch/arm/mach-mvebu/include/mach/fw_info.h | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/arch/arm/mach-mvebu/include/mach/fw_info.h b/arch/arm/mach-mvebu/include/mach/fw_info.h index ab2bb91bd5b3..6ab972e36e93 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_ */
--
2.31.1