summaryrefslogtreecommitdiff
path: root/firmware/boot.lds
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/boot.lds')
-rw-r--r--firmware/boot.lds2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/boot.lds b/firmware/boot.lds
index 6c307bd4de..a8c8947f95 100644
--- a/firmware/boot.lds
+++ b/firmware/boot.lds
@@ -119,7 +119,7 @@ SECTIONS
119} 119}
120#elif (CONFIG_CPU==S3C2440) 120#elif (CONFIG_CPU==S3C2440)
121{ 121{
122 . = DRAMORIG + 0x8000; 122 . = DRAMORIG + 0x1000000;
123 .text : { 123 .text : {
124 *(.init.text) 124 *(.init.text)
125 *(.text) 125 *(.text)