mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-27 15:24:54 +00:00
fix(rdv3): fix comment for DRAM1 carveout size
Corrected the comment for the size of NRD_CSS_DRAM1_CARVEOUT_SIZE (0x0C000000) from 117MB to 192MB Signed-off-by: Rakshit Goyal <rakshit.goyal@arm.com> Change-Id: I289d37f50e70b936f717d4579d73882fac28ee95
This commit is contained in:
parent
4c23d62746
commit
4e2369c707
2 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@
|
||||||
*/
|
*/
|
||||||
#define NRD_CSS_BL31_SIZE UL(116 * 1024) /* 116 KB */
|
#define NRD_CSS_BL31_SIZE UL(116 * 1024) /* 116 KB */
|
||||||
|
|
||||||
#define NRD_CSS_DRAM1_CARVEOUT_SIZE UL(0x0C000000) /* 117MB */
|
#define NRD_CSS_DRAM1_CARVEOUT_SIZE UL(0x0C000000) /* 192MB */
|
||||||
|
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Console config
|
* Console config
|
||||||
|
|
|
@ -176,7 +176,7 @@
|
||||||
* 0x37FFFFFF | | | | |
|
* 0x37FFFFFF | | | | |
|
||||||
* ---------------------------------------------------------------------
|
* ---------------------------------------------------------------------
|
||||||
* 0x80000000 |2GB - |L1 GPT |NS |NS DRAM |
|
* 0x80000000 |2GB - |L1 GPT |NS |NS DRAM |
|
||||||
* 0xFFFE2BFF |117MB | | | |
|
* 0xF3FFFFFF |192MB | | | |
|
||||||
* ---------------------------------------------------------------------
|
* ---------------------------------------------------------------------
|
||||||
* 0x80000000 |26MB |L1 GPT |REALM |RMM |
|
* 0x80000000 |26MB |L1 GPT |REALM |RMM |
|
||||||
* 0x37FFFFFF | | | |TF-A SHARED |
|
* 0x37FFFFFF | | | |TF-A SHARED |
|
||||||
|
|
Loading…
Add table
Reference in a new issue