[PATCH 3/7] bsp/imx: Increase device memory area
Christian Mauderer
christian.mauderer at embedded-brains.de
Mon Feb 10 09:35:13 UTC 2020
From: Sebastian Huber <sebastian.huber at embedded-brains.de>
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
}
--
2.16.4
More information about the devel
mailing list