aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Bretney <kevinbretney@gmail.com>2015-02-12 13:38:33 -0800
committerDavid Sidrane <david_s5@nscdg.com>2015-03-05 08:33:56 -1000
commit4115735f160b082c1d39a631540611775f24c9a4 (patch)
tree31a1cf217964f4f89a3449f12b34eae7cb220893
parentc2279bb8cd3d26f2d7606d3f374e14229af279dc (diff)
downloadpx4-firmware-4115735f160b082c1d39a631540611775f24c9a4.tar.gz
px4-firmware-4115735f160b082c1d39a631540611775f24c9a4.tar.bz2
px4-firmware-4115735f160b082c1d39a631540611775f24c9a4.zip
changed app load address to match updated bootloader (12k bootloader, 116k app)
-rwxr-xr-xnuttx-configs/mavstation/scripts/ld.script2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx-configs/mavstation/scripts/ld.script b/nuttx-configs/mavstation/scripts/ld.script
index 5986eebf0..fe993ee7b 100755
--- a/nuttx-configs/mavstation/scripts/ld.script
+++ b/nuttx-configs/mavstation/scripts/ld.script
@@ -42,7 +42,7 @@
MEMORY
{
- flash (rx) : ORIGIN = 0x08002000, LENGTH = 120K
+ flash (rx) : ORIGIN = 0x08003000, LENGTH = 116K
sram (rwx) : ORIGIN = 0x20000000, LENGTH = 16K
}