From 65e51e9f7683f5fef1b9397ef520746778d57c6a Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 10 Feb 2020 10:35:13 +0100 Subject: bsp/imx: Increase device memory area The new area is used by the i.MX 6UltraLite for example. Update #3869. --- bsps/arm/imx/start/bspstarthooks.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsps/arm/imx/start/bspstarthooks.c b/bsps/arm/imx/start/bspstarthooks.c index 868da5a192..d35374e360 100644 --- a/bsps/arm/imx/start/bspstarthooks.c +++ b/bsps/arm/imx/start/bspstarthooks.c @@ -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 } -- cgit v1.2.3