summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-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