mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 09:34:18 +00:00
Merge "chore(tc): enable the full 16GB DRAM for TC3 and TC4 as default" into integration
This commit is contained in:
commit
1286de427f
1 changed files with 1 additions and 1 deletions
|
@ -245,7 +245,7 @@
|
|||
#elif TARGET_PLATFORM >= 3
|
||||
#define PLAT_ARM_DRAM2_BASE ULL(0x880000000)
|
||||
#endif /* TARGET_PLATFORM >= 3 */
|
||||
#define PLAT_ARM_DRAM2_SIZE ULL(0x180000000)
|
||||
#define PLAT_ARM_DRAM2_SIZE ULL(0x380000000)
|
||||
#define PLAT_ARM_DRAM2_END (PLAT_ARM_DRAM2_BASE + PLAT_ARM_DRAM2_SIZE - 1ULL)
|
||||
|
||||
#define TC_NS_MTE_SIZE (256 * SZ_1M)
|
||||
|
|
Loading…
Add table
Reference in a new issue