mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-15 17:14:21 +00:00
Merge "fix(mt8196): remove CPU_IDLE_SRAM_BASE entry from plat_mmap" into integration
This commit is contained in:
commit
efff459bdb
2 changed files with 0 additions and 4 deletions
|
@ -280,8 +280,6 @@
|
|||
******************************************************************************/
|
||||
#define PLAT_CPU_PM_B_BUCK_ISO_ID (6)
|
||||
#define PLAT_CPU_PM_ILDO_ID (6)
|
||||
#define CPU_IDLE_SRAM_BASE (0x11B000)
|
||||
#define CPU_IDLE_SRAM_SIZE (0x1000)
|
||||
|
||||
/*******************************************************************************
|
||||
* SYSTIMER related definitions
|
||||
|
|
|
@ -15,8 +15,6 @@ static const mmap_region_t plat_mmap[] = {
|
|||
MT_DEVICE | MT_RW | MT_SECURE),
|
||||
MAP_REGION_FLAT(MTK_DEV_RNG1_BASE, MTK_DEV_RNG1_SIZE,
|
||||
MT_DEVICE | MT_RW | MT_SECURE),
|
||||
MAP_REGION_FLAT(CPU_IDLE_SRAM_BASE, CPU_IDLE_SRAM_SIZE,
|
||||
MT_DEVICE | MT_RW | MT_SECURE),
|
||||
MAP_REGION_FLAT(DP_SEC_BASE, DP_SEC_SIZE,
|
||||
MT_DEVICE | MT_RW | MT_SECURE),
|
||||
MAP_REGION_FLAT(EDP_SEC_BASE, EDP_SEC_SIZE,
|
||||
|
|
Loading…
Add table
Reference in a new issue