Browse Source

IOv1: Ensure image is aligned.

sbg
Lorenz Meier 9 years ago
parent
commit
15e17f4a58
  1. 1
      nuttx-configs/px4io-v1/scripts/ld.script

1
nuttx-configs/px4io-v1/scripts/ld.script

@ -108,6 +108,7 @@ SECTIONS @@ -108,6 +108,7 @@ SECTIONS
*(.gnu.linkonce.d.*)
CONSTRUCTORS
_edata = ABSOLUTE(.);
. = ALIGN(4);
} > sram AT > flash
.bss : {

Loading…
Cancel
Save