diff options
| author | Michael Sevakis <jethead71@rockbox.org> | 2013-07-19 08:37:40 -0400 |
|---|---|---|
| committer | Michael Sevakis <jethead71@rockbox.org> | 2013-07-19 08:37:40 -0400 |
| commit | 9faabb98d4c3bd627fd62003dd8a604575af0099 (patch) | |
| tree | 3fd40b831dc6c45b87b77c47ea69623d29c92d5c | |
| parent | d2249dce6f4dda8cb71e048ced6562f26515d27f (diff) | |
| download | rockbox-9faabb98d4c3bd627fd62003dd8a604575af0099.zip rockbox-9faabb98d4c3bd627fd62003dd8a604575af0099.tar.gz rockbox-9faabb98d4c3bd627fd62003dd8a604575af0099.tar.bz2 rockbox-9faabb98d4c3bd627fd62003dd8a604575af0099.tar.xz | |
Fix d2249dc errors
I wonder why it didn't cause more mayhem.
Change-Id: I4a585367d650417b4be3af2a0fe6235d8066c895
| -rw-r--r-- | firmware/target/arm/pp/boot-pp.lds | 2 |
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 602c3bf..ad35ef3 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) #define IRAMSIZE 0x20000 #define FLASHORIG 0x001f0000 #define FLASHSIZE 2M -#if CONFIG_CPU == PP5020 +#elif CONFIG_CPU == PP5020 #define DRAMORIG 0x10000000 #define IRAMORIG 0x40000000 #define IRAMSIZE 0x18000 |