summaryrefslogtreecommitdiff
path: root/apps/plugins
diff options
context:
space:
mode:
authorMarcoen Hirschberg <marcoen@gmail.com>2006-12-29 02:49:12 +0000
committerMarcoen Hirschberg <marcoen@gmail.com>2006-12-29 02:49:12 +0000
commit295367686ec9855c4d90f68a6003e819fef8e7ab (patch)
treeb4077ffb8d2283bf199ad12a90322be77040c2fd /apps/plugins
parent995a804defda23233ccbdd859023f4ba3ecba0bf (diff)
downloadrockbox-295367686ec9855c4d90f68a6003e819fef8e7ab.zip
rockbox-295367686ec9855c4d90f68a6003e819fef8e7ab.tar.gz
rockbox-295367686ec9855c4d90f68a6003e819fef8e7ab.tar.bz2
rockbox-295367686ec9855c4d90f68a6003e819fef8e7ab.tar.xz
merge a big part of the unofficial gigabeat cvs back. Includes working bootloader and rockbox with audio.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11850 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins')
-rw-r--r--apps/plugins/plugin.lds7
1 files changed, 6 insertions, 1 deletions
diff --git a/apps/plugins/plugin.lds b/apps/plugins/plugin.lds
index f27733a..52a5cc3 100644
--- a/apps/plugins/plugin.lds
+++ b/apps/plugins/plugin.lds
@@ -36,6 +36,11 @@ OUTPUT_FORMAT(elf32-sh)
#define DRAMORIG 0xc00000 + STUBOFFSET
#define IRAMORIG 0x407000
#define IRAMSIZE 0x9000
+#elif CONFIG_CPU == S3C2440
+#define DRAMORIG 0x100 + STUBOFFSET
+#define IRAMORIG DRAMORIG
+#define IRAMSIZE 4K
+#define IRAM DRAM
#else
#define DRAMORIG 0x09000000 + STUBOFFSET
#endif
@@ -73,7 +78,7 @@ SECTIONS
.text :
{
*(.text*)
-#if defined(CPU_PP) || (CONFIG_CPU==PNX0101)
+#ifdef CPU_ARM
*(.glue_7)
*(.glue_7t)
#endif