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>
This commit is contained in:
Grzegorz Jaszczyk 2021-04-30 15:29:49 +02:00 committed by Stefan Roese
parent a2122d8bab
commit 32a1a5b374

View File

@ -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_ */