diff options
| author | Linus Nielsen Feltzing <linus@haxx.se> | 2005-04-20 06:48:17 +0000 |
|---|---|---|
| committer | Linus Nielsen Feltzing <linus@haxx.se> | 2005-04-20 06:48:17 +0000 |
| commit | 1c40d3cee5cd5fc7d75031b0ccda5a296c62874a (patch) | |
| tree | b5c5aba6cfa9e381aa4c254cd5c1013bf2e66f7b /firmware/boot.lds | |
| parent | eaef66efb493a53416e83df0a19d90e1ef9608ef (diff) | |
| download | rockbox-1c40d3cee5cd5fc7d75031b0ccda5a296c62874a.zip rockbox-1c40d3cee5cd5fc7d75031b0ccda5a296c62874a.tar.gz rockbox-1c40d3cee5cd5fc7d75031b0ccda5a296c62874a.tar.bz2 rockbox-1c40d3cee5cd5fc7d75031b0ccda5a296c62874a.tar.xz | |
Ooops. DRAM can't start at 0x30000000 on iRiver
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6325 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/boot.lds')
| -rw-r--r-- | firmware/boot.lds | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/boot.lds b/firmware/boot.lds index 9493db7..fe5061c 100644 --- a/firmware/boot.lds +++ b/firmware/boot.lds @@ -17,7 +17,7 @@ INPUT(crt0.o) #define DRAMSIZE (MEMORYSIZE * 0x100000) - PLUGINSIZE #ifdef IRIVER_H100 -#define DRAMORIG 0x30000000 +#define DRAMORIG 0x31000000 #define IRAMORIG 0x10000000 #define IRAMSIZE 0x18000 #define FLASHORIG 0x001f0000 |