summaryrefslogtreecommitdiffstats
path: root/bsps/arm/imx
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-02-10 10:35:13 +0100
committerChristian Mauderer <christian.mauderer@embedded-brains.de>2020-02-11 09:17:02 +0100
commit65e51e9f7683f5fef1b9397ef520746778d57c6a (patch)
tree31d49bf056a302445c96a61576383a6f9b0c14fc /bsps/arm/imx
parentbsp/imx: Allow GIC in different device tree node. (diff)
downloadrtems-65e51e9f7683f5fef1b9397ef520746778d57c6a.tar.bz2
bsp/imx: Increase device memory area
The new area is used by the i.MX 6UltraLite for example. Update #3869.
Diffstat (limited to 'bsps/arm/imx')
-rw-r--r--bsps/arm/imx/start/bspstarthooks.c2
1 files changed, 1 insertions, 1 deletions
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
}