summaryrefslogtreecommitdiff
path: root/apps/plugins/plugin.lds
diff options
context:
space:
mode:
authorMichael Sparmann <theseven@rockbox.org>2010-02-17 15:57:53 +0000
committerMichael Sparmann <theseven@rockbox.org>2010-02-17 15:57:53 +0000
commite5c815272dc8436f487c3b6ed238d80910f0fde0 (patch)
tree9aaec54573b7abe28b5d0b4db98d36abdf3e39d5 /apps/plugins/plugin.lds
parentb3c18aeb4da93fe07a5021ad0405c2349d7d793e (diff)
downloadrockbox-e5c815272dc8436f487c3b6ed238d80910f0fde0.tar.gz
rockbox-e5c815272dc8436f487c3b6ed238d80910f0fde0.zip
Add more information to the battery debug screen for Nano2G
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24723 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/plugin.lds')
-rw-r--r--apps/plugins/plugin.lds4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/plugin.lds b/apps/plugins/plugin.lds
index fe38b646d9..436f8b4447 100644
--- a/apps/plugins/plugin.lds
+++ b/apps/plugins/plugin.lds
@@ -142,8 +142,8 @@ OUTPUT_FORMAT(elf32-littlemips)
142 142
143#elif CONFIG_CPU==S5L8700 143#elif CONFIG_CPU==S5L8700
144#define DRAMORIG 0x08000000 144#define DRAMORIG 0x08000000
145#define IRAMORIG (0x00000000 + (64*1024)) 145#define IRAMORIG (0x00000000 + (128*1024))
146#define IRAMSIZE (64*1024) 146#define IRAMSIZE (128*1024)
147 147
148#elif CONFIG_CPU==S5L8701 148#elif CONFIG_CPU==S5L8701
149#define DRAMORIG 0x08000000 149#define DRAMORIG 0x08000000