mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-20 19:44:23 +00:00
fix(mt8196): remove CPU_IDLE_SRAM_BASE entry from plat_mmap
This region is defined in LPM driver. Prefer managing this region in LPM driver and remove it from plat_mmap and platform_def.h. Change-Id: I57bfaad88a28d4f29e2b132ba080bc7d5b8248d8 Signed-off-by: Gavin Liu <gavin.liu@mediatek.com>
This commit is contained in:
parent
cea1549c95
commit
83f37d9981
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