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:
Carlo Caione 2020-09-11 11:01:25 +02:00 committed by Ioannis Glaropoulos
commit a5f34d85c2

View file

@ -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 = {