commit | a5f72811709be6bc9175128579622447d29b8c69 | [log] [tgz] |
---|---|---|
author | Qixiang Xu <qixiang.xu@arm.com> | Thu Aug 31 11:45:32 2017 +0800 |
committer | David Cunado <david.cunado@arm.com> | Tue Sep 12 15:21:13 2017 +0100 |
tree | becd9ad56cb522d5d7e5436fc6cdf60476fea69b | |
parent | 4fe99c57b651f339dfe9077eaea36995879ac8d9 [diff] |
plat/arm: Fix BL31_BASE when RESET_TO_BL31=1 The value of BL31_BASE currently depends on the size of BL31. This causes problems in the RESET_TO_BL31 case because the value of BL31_BASE is used in the model launch parameters, which often changes. Therefore, this patch fixes BL31_BASE to the middle of Trusted SRAM, to avoid further model parameter changes in future. Change-Id: I6d7fa4fe293717d84768974679539c0e0cb6d935 Signed-off-by: David Cunado <david.cunado@arm.com>