bsp/imx: Increase device memory area

The new area is used by the i.MX 6UltraLite for example.

Update #3869.
This commit is contained in:
Sebastian Huber
2020-02-11 09:17:02 +01:00
committed by Christian Mauderer
parent c561bf4c9a
commit 65e51e9f76
+1 -1
View File
@@ -30,7 +30,7 @@ BSP_START_DATA_SECTION static arm_cp15_start_section_config
imx_mmu_config_table[] = {
ARMV7_CP15_START_DEFAULT_SECTIONS,
{
.begin = 0x07000000U,
.begin = 0x00a00000U,
.end = 0x70000000U,
.flags = ARMV7_MMU_DEVICE
}