summaryrefslogtreecommitdiff
path: root/firmware/target
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target')
-rw-r--r--firmware/target/arm/s3c2440/app.lds5
1 files changed, 5 insertions, 0 deletions
diff --git a/firmware/target/arm/s3c2440/app.lds b/firmware/target/arm/s3c2440/app.lds
index e999ef0760..7321df8af2 100644
--- a/firmware/target/arm/s3c2440/app.lds
+++ b/firmware/target/arm/s3c2440/app.lds
@@ -33,6 +33,11 @@ MEMORY
33 33
34SECTIONS 34SECTIONS
35{ 35{
36 /* This nice little hack is to trick ROLO into loading in a certain place
37 * CRT0.s takes care of making sure the code is where it needs to be
38 */
39 loadaddress = 0x31000000;
40
36 .vectors DRAMORIG : 41 .vectors DRAMORIG :
37 { 42 {
38 _vectorstart = .; 43 _vectorstart = .;