mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-17 10:04:26 +00:00
Merge "refactor(plat/qemu): increase the non-secure DRAM size" into integration
This commit is contained in:
commit
3d47046712
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@
|
|||
#define SEC_ROM_SIZE 0x00020000
|
||||
|
||||
#define NS_DRAM0_BASE 0x40000000
|
||||
#define NS_DRAM0_SIZE 0x3de00000
|
||||
#define NS_DRAM0_SIZE 0xc0000000
|
||||
|
||||
#define SEC_SRAM_BASE 0x0e000000
|
||||
#define SEC_SRAM_SIZE 0x00060000
|
||||
|
|
Loading…
Add table
Reference in a new issue