soc: arm: qemu_cortex_a53: Remove SRAM region
The standard and static MMU regions (_code, _rodata and _data) are already covering all the available SRAM region and all the needed sections. Remove the overlapping SRAM region. Signed-off-by: Carlo Caione <ccaione@baylibre.com>
This commit is contained in:
parent
e4fe7435d7
commit
a5f34d85c2
1 changed files with 0 additions and 5 deletions
|
@ -20,11 +20,6 @@ static const struct arm_mmu_region mmu_regions[] = {
|
|||
DT_REG_ADDR(DT_INST(0, arm_pl011)),
|
||||
DT_REG_SIZE(DT_INST(0, arm_pl011)),
|
||||
MT_DEVICE_nGnRnE | MT_RW | MT_SECURE),
|
||||
|
||||
MMU_REGION_FLAT_ENTRY("SRAM",
|
||||
CONFIG_SRAM_BASE_ADDRESS,
|
||||
CONFIG_SRAM_SIZE * SZ_1K,
|
||||
MT_NORMAL | MT_RW | MT_SECURE),
|
||||
};
|
||||
|
||||
const struct arm_mmu_config mmu_config = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue