From 0662793ca0050e823cd1207cc4689a1cba5068bd Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Thu, 28 Jun 2018 06:24:26 -0400 Subject: Add cleaned-up xDuoo X3 support Cleaned up, rebased, and forward-ported from the xvortex fork. (original credit to vsoftster@gmail.com) Change-Id: Ibcc023a0271ea81e901450a88317708c2683236d Signed-off-by: Solomon Peachy --- apps/plugins/plugin.lds | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'apps/plugins/plugin.lds') diff --git a/apps/plugins/plugin.lds b/apps/plugins/plugin.lds index 831cb59b81..aea44e7d40 100644 --- a/apps/plugins/plugin.lds +++ b/apps/plugins/plugin.lds @@ -163,8 +163,14 @@ OUTPUT_FORMAT(elf32-littlemips) #define IRAMORIG (0x00000000 + (56*1024)) #define IRAMSIZE (200*1024) -#elif CONFIG_CPU == JZ4732 -#define DRAMORIG 0x80004000 + STUBOFFSET +#elif CONFIG_CPU == JZ4732 || CONFIG_CPU == JZ4760B +#undef STUBOFFSET +#ifdef DEBUG +#define STUBOFFSET 0x14000 +#else +#define STUBOFFSET 0x4000 +#endif +#define DRAMORIG 0x80000000 + STUBOFFSET #define IRAM DRAM #define IRAMSIZE 0 /* The bit of IRAM that is available is used in the core */ -- cgit v1.2.3