[rtems commit] bsp/imx: Increase device memory area

Christian Mauderer christianm at rtems.org
Tue Feb 11 08:20:28 UTC 2020


Module:    rtems
Branch:    master
Commit:    65e51e9f7683f5fef1b9397ef520746778d57c6a
Changeset: http://git.rtems.org/rtems/commit/?id=65e51e9f7683f5fef1b9397ef520746778d57c6a

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Mon Feb 10 10:35:13 2020 +0100

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 868da5a..d35374e 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
   }



More information about the vc mailing list