summaryrefslogtreecommitdiff
path: root/firmware/app.lds
diff options
context:
space:
mode:
authorNicolas Pennequin <nicolas.pennequin@free.fr>2007-11-27 15:40:29 +0000
committerNicolas Pennequin <nicolas.pennequin@free.fr>2007-11-27 15:40:29 +0000
commitc2ca8c710c9841892ca8123e39d2acdf0a0e5de3 (patch)
tree3559f4629701ad4ce7b0142bb3160a2a96ea92c1 /firmware/app.lds
parent1dff29a9d6780c2fd10ac1ad32929cb6808c0936 (diff)
downloadrockbox-c2ca8c710c9841892ca8123e39d2acdf0a0e5de3.tar.gz
rockbox-c2ca8c710c9841892ca8123e39d2acdf0a0e5de3.zip
* 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
Diffstat (limited to 'firmware/app.lds')
-rw-r--r--firmware/app.lds2
1 files changed, 1 insertions, 1 deletions
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)
70#define IRAMORIG 0x00000000 70#define IRAMORIG 0x00000000
71#define IRAMSIZE 0x4000 71#define IRAMSIZE 0x4000
72#elif CONFIG_CPU==IMX31L 72#elif CONFIG_CPU==IMX31L
73#define DRAMORIG (0x80000000 + STUBOFFSET) 73#define DRAMORIG (0x88000000 + STUBOFFSET)
74#define IRAMORIG 0x1FFFC000 74#define IRAMORIG 0x1FFFC000
75#define IRAMSIZE 0x4000 75#define IRAMSIZE 0x4000
76#else 76#else