diff options
Diffstat (limited to 'apps/plugins')
-rw-r--r-- | apps/plugins/SOURCES | 3 | ||||
-rw-r--r-- | apps/plugins/SUBDIRS | 2 | ||||
-rw-r--r-- | apps/plugins/plugin.lds | 4 |
3 files changed, 9 insertions, 0 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES index 8479cd8b9b..d581906637 100644 --- a/apps/plugins/SOURCES +++ b/apps/plugins/SOURCES | |||
@@ -1,3 +1,4 @@ | |||
1 | #ifndef GIGABEAT_S | ||
1 | /* plugins common to all models */ | 2 | /* plugins common to all models */ |
2 | battery_bench.c | 3 | battery_bench.c |
3 | chessclock.c | 4 | chessclock.c |
@@ -13,6 +14,7 @@ random_folder_advance_config.c | |||
13 | rockblox.c | 14 | rockblox.c |
14 | rockbox_flash.c | 15 | rockbox_flash.c |
15 | search.c | 16 | search.c |
17 | shortcuts.c | ||
16 | snow.c | 18 | snow.c |
17 | sort.c | 19 | sort.c |
18 | stats.c | 20 | stats.c |
@@ -144,3 +146,4 @@ iriver_flash.c | |||
144 | /* Built for bitmap targets except H10 5/6gb, Archoses, iPod mini and ifp */ | 146 | /* Built for bitmap targets except H10 5/6gb, Archoses, iPod mini and ifp */ |
145 | superdom.c | 147 | superdom.c |
146 | #endif | 148 | #endif |
149 | #endif /* GIGABEAT_S */ | ||
diff --git a/apps/plugins/SUBDIRS b/apps/plugins/SUBDIRS index f537fb8965..24333be3b9 100644 --- a/apps/plugins/SUBDIRS +++ b/apps/plugins/SUBDIRS | |||
@@ -1,4 +1,5 @@ | |||
1 | #ifndef IRIVER_IFP7XX_SERIES | 1 | #ifndef IRIVER_IFP7XX_SERIES |
2 | #ifndef GIGABEAT_S | ||
2 | 3 | ||
3 | /* For all targets */ | 4 | /* For all targets */ |
4 | shortcuts | 5 | shortcuts |
@@ -45,4 +46,5 @@ doom | |||
45 | mpegplayer | 46 | mpegplayer |
46 | #endif | 47 | #endif |
47 | 48 | ||
49 | #endif /* GIGABEAT_S */ | ||
48 | #endif /* IRIVER_IFP7XX_SERIES */ | 50 | #endif /* IRIVER_IFP7XX_SERIES */ |
diff --git a/apps/plugins/plugin.lds b/apps/plugins/plugin.lds index f38f60656a..6b4310c0b7 100644 --- a/apps/plugins/plugin.lds +++ b/apps/plugins/plugin.lds | |||
@@ -43,6 +43,10 @@ OUTPUT_FORMAT(elf32-sh) | |||
43 | #define IRAMORIG DRAMORIG | 43 | #define IRAMORIG DRAMORIG |
44 | #define IRAMSIZE 4K | 44 | #define IRAMSIZE 4K |
45 | #define IRAM DRAM | 45 | #define IRAM DRAM |
46 | #elif CONFIG_CPU == IMX31L | ||
47 | #define DRAMORIG 0x80000000 | ||
48 | #define IRAMORIG 0x1FFFC000 | ||
49 | #define IRAMSIZE 0x4000 | ||
46 | #else | 50 | #else |
47 | #define DRAMORIG 0x09000000 + STUBOFFSET | 51 | #define DRAMORIG 0x09000000 + STUBOFFSET |
48 | #endif | 52 | #endif |