From c2ca8c710c9841892ca8123e39d2acdf0a0e5de3 Mon Sep 17 00:00:00 2001 From: Nicolas Pennequin Date: Tue, 27 Nov 2007 15:40:29 +0000 Subject: * Make the Gigabeat S bootloader a bit more interesting: it looks for the first firmware file it finds on the second partition and attempts to load it. Loading fails to get past the splash screen though. * Make the main binary compile. To send a firmware file, use mtp-sendfile. To update you'll need to delete the previous firmware file, as files are named sequentially and the first one is loaded. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15836 a1c6a512-1295-4272-9138-f99709370657 --- firmware/app.lds | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/app.lds') diff --git a/firmware/app.lds b/firmware/app.lds index d88ce9fd60..87f3d2ae23 100644 --- a/firmware/app.lds +++ b/firmware/app.lds @@ -70,7 +70,7 @@ INPUT(target/sh/crt0.o) #define IRAMORIG 0x00000000 #define IRAMSIZE 0x4000 #elif CONFIG_CPU==IMX31L -#define DRAMORIG (0x80000000 + STUBOFFSET) +#define DRAMORIG (0x88000000 + STUBOFFSET) #define IRAMORIG 0x1FFFC000 #define IRAMSIZE 0x4000 #else -- cgit v1.2.3