mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-21 04:51:15 +08:00
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:
committed by
Christian Mauderer
parent
c561bf4c9a
commit
65e51e9f76
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user