summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-rw-r--r--firmware/boot.lds2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/boot.lds b/firmware/boot.lds
index d4c72b5846..108660f2af 100644
--- a/firmware/boot.lds
+++ b/firmware/boot.lds
@@ -292,7 +292,7 @@ SECTIONS
292} 292}
293#elif (CONFIG_CPU==IMX31L) 293#elif (CONFIG_CPU==IMX31L)
294{ 294{
295 . = 0x88201000; 295 . = 0x8a000000;
296 .vectors : 296 .vectors :
297 { 297 {
298 KEEP(*(.vectors*)); 298 KEEP(*(.vectors*));