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:
Rakshit Goyal 2024-10-21 16:13:14 +05:30
parent 4c23d62746
commit 4e2369c707
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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 |