summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2013-07-19 08:37:40 -0400
committerMichael Sevakis <jethead71@rockbox.org>2013-07-19 08:37:40 -0400
commit9faabb98d4c3bd627fd62003dd8a604575af0099 (patch)
tree3fd40b831dc6c45b87b77c47ea69623d29c92d5c
parentd2249dce6f4dda8cb71e048ced6562f26515d27f (diff)
downloadrockbox-9faabb98d4c3bd627fd62003dd8a604575af0099.tar.gz
rockbox-9faabb98d4c3bd627fd62003dd8a604575af0099.zip
Fix d2249dc errors
I wonder why it didn't cause more mayhem. Change-Id: I4a585367d650417b4be3af2a0fe6235d8066c895
-rw-r--r--firmware/target/arm/pp/boot-pp.lds2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/arm/pp/boot-pp.lds b/firmware/target/arm/pp/boot-pp.lds
index 602c3bf7ab..ad35ef3bb8 100644
--- a/firmware/target/arm/pp/boot-pp.lds
+++ b/firmware/target/arm/pp/boot-pp.lds
@@ -15,7 +15,7 @@ STARTUP(target/arm/pp/crt0-pp-bl.o)
15#define IRAMSIZE 0x20000 15#define IRAMSIZE 0x20000
16#define FLASHORIG 0x001f0000 16#define FLASHORIG 0x001f0000
17#define FLASHSIZE 2M 17#define FLASHSIZE 2M
18#if CONFIG_CPU == PP5020 18#elif CONFIG_CPU == PP5020
19#define DRAMORIG 0x10000000 19#define DRAMORIG 0x10000000
20#define IRAMORIG 0x40000000 20#define IRAMORIG 0x40000000
21#define IRAMSIZE 0x18000 21#define IRAMSIZE 0x18000