aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Bretney <kevinbretney@gmail.com>2015-02-12 13:38:33 -0800
committerKevin Bretney <kevinbretney@gmail.com>2015-02-16 15:48:39 -0800
commit4ae3af6576728a0e728db1bfa69af60b44b2967d (patch)
tree35e2f7bf7b954a986adeb7ee3cd7b5099f445078
parentd633e0880943b850f499242876cbfe4732674ff0 (diff)
downloadpx4-firmware-4ae3af6576728a0e728db1bfa69af60b44b2967d.tar.gz
px4-firmware-4ae3af6576728a0e728db1bfa69af60b44b2967d.tar.bz2
px4-firmware-4ae3af6576728a0e728db1bfa69af60b44b2967d.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
}