From e5c815272dc8436f487c3b6ed238d80910f0fde0 Mon Sep 17 00:00:00 2001 From: Michael Sparmann Date: Wed, 17 Feb 2010 15:57:53 +0000 Subject: 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 --- apps/plugins/plugin.lds | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/plugins/plugin.lds') 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) #elif CONFIG_CPU==S5L8700 #define DRAMORIG 0x08000000 -#define IRAMORIG (0x00000000 + (64*1024)) -#define IRAMSIZE (64*1024) +#define IRAMORIG (0x00000000 + (128*1024)) +#define IRAMSIZE (128*1024) #elif CONFIG_CPU==S5L8701 #define DRAMORIG 0x08000000 -- cgit v1.2.3