summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--middleware/multicore/open-amp/porting/imx7d_m4/platform_info.c4
-rw-r--r--platform/devices/MCIMX7D/linker/gcc/MCIMX7D_M4_ddr.ld4
2 files changed, 4 insertions, 4 deletions
diff --git a/middleware/multicore/open-amp/porting/imx7d_m4/platform_info.c b/middleware/multicore/open-amp/porting/imx7d_m4/platform_info.c
index 4aa2c4a..c7f6f3c 100644
--- a/middleware/multicore/open-amp/porting/imx7d_m4/platform_info.c
+++ b/middleware/multicore/open-amp/porting/imx7d_m4/platform_info.c
@@ -54,8 +54,8 @@ extern struct hil_platform_ops proc_ops;
/*
* Linux has a different alignment requirement, and its have 512 buffers instead of 32 buffers for the 2 ring
*/
-#define VRING0_BASE 0xBFFF0000
-#define VRING1_BASE 0xBFFF8000
+#define VRING0_BASE 0x8FFF0000
+#define VRING1_BASE 0x8FFF8000
/* IPI_VECT here defines VRING index in MU */
#define VRING0_IPI_VECT 0
diff --git a/platform/devices/MCIMX7D/linker/gcc/MCIMX7D_M4_ddr.ld b/platform/devices/MCIMX7D/linker/gcc/MCIMX7D_M4_ddr.ld
index 84c0301..92f1d6e 100644
--- a/platform/devices/MCIMX7D/linker/gcc/MCIMX7D_M4_ddr.ld
+++ b/platform/devices/MCIMX7D/linker/gcc/MCIMX7D_M4_ddr.ld
@@ -55,8 +55,8 @@ STACK_SIZE = DEFINED(__stack_size__) ? __stack_size__ : 0x0400;
/* Specify the memory areas */
MEMORY
{
- m_interrupts (RX) : ORIGIN = 0x9ff00000, LENGTH = 0x00000240
- m_text (RX) : ORIGIN = 0x9ff00240, LENGTH = 0x00007DC0
+ m_interrupts (RX) : ORIGIN = 0x8ff00000, LENGTH = 0x00000240
+ m_text (RX) : ORIGIN = 0x8ff00240, LENGTH = 0x000EFDC0
m_data (RW) : ORIGIN = 0x20000000, LENGTH = 0x00008000
}