summaryrefslogtreecommitdiff
path: root/firmware/boot.lds
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/boot.lds')
-rw-r--r--firmware/boot.lds6
1 files changed, 6 insertions, 0 deletions
diff --git a/firmware/boot.lds b/firmware/boot.lds
index 779b7b3b85..0b49917edd 100644
--- a/firmware/boot.lds
+++ b/firmware/boot.lds
@@ -38,6 +38,12 @@ INPUT(crt0.o)
38#define IRAMSIZE 0x18000 38#define IRAMSIZE 0x18000
39#define FLASHORIG 0x001f0000 39#define FLASHORIG 0x001f0000
40#define FLASHSIZE 2M 40#define FLASHSIZE 2M
41#elif CONFIG_CPU == S3C2440
42#define DRAMORIG 0x30000000
43#define IRAMORIG 0x40000000
44#define IRAMSIZE 4K
45#define FLASHORIG 0x0000000
46#define FLASHSIZE 1M
41#elif CONFIG_CPU == PP5002 47#elif CONFIG_CPU == PP5002
42#define DRAMORIG 0x28000000 48#define DRAMORIG 0x28000000
43#define IRAMORIG 0x40000000 49#define IRAMORIG 0x40000000