diff options
| author | Tomasz Moń <desowin@gmail.com> | 2011-11-16 14:08:01 +0000 |
|---|---|---|
| committer | Tomasz Moń <desowin@gmail.com> | 2011-11-16 14:08:01 +0000 |
| commit | e8a8a1be43afe63079ae48ce1a9eb3052df3b1a4 (patch) | |
| tree | 084e1cdf27a339ce58e24cff8fec8c31432b52db /apps/plugins/plugin.lds | |
| parent | 992d4eb775cac48e107e18d72783ebfb39c4234f (diff) | |
| download | rockbox-e8a8a1be43afe63079ae48ce1a9eb3052df3b1a4.zip rockbox-e8a8a1be43afe63079ae48ce1a9eb3052df3b1a4.tar.gz rockbox-e8a8a1be43afe63079ae48ce1a9eb3052df3b1a4.tar.bz2 rockbox-e8a8a1be43afe63079ae48ce1a9eb3052df3b1a4.tar.xz | |
Sandisk Sansa Connect port (FS #12363)
Included are drivers for buttons, backlight, lcd, audio and storage.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31000 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/plugin.lds')
| -rw-r--r-- | apps/plugins/plugin.lds | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/plugin.lds b/apps/plugins/plugin.lds index 7a20ddd..1da9065 100644 --- a/apps/plugins/plugin.lds +++ b/apps/plugins/plugin.lds @@ -120,7 +120,7 @@ OUTPUT_FORMAT(elf32-littlemips) #define IRAMSIZE 0 #elif CONFIG_CPU==DM320 -#define DRAMORIG 0x00900000 + STUBOFFSET +#define DRAMORIG CONFIG_SDRAM_START + STUBOFFSET #define IRAM DRAM /* The bit of IRAM that is available is used in the core */ #define IRAMSIZE 0 |