From c0a94cda073ef18aa2bc820e6e01a38e6db11d01 Mon Sep 17 00:00:00 2001 From: David Sidrane Date: Tue, 28 Nov 2017 02:25:00 -1000 Subject: [PATCH] px4-same70xplained-v1:Ensure _ebss will be 4 byte aligned --- nuttx-configs/px4-same70xplained-v1/scripts/flash-sram.ld | 1 + 1 file changed, 1 insertion(+) diff --git a/nuttx-configs/px4-same70xplained-v1/scripts/flash-sram.ld b/nuttx-configs/px4-same70xplained-v1/scripts/flash-sram.ld index e1dff4a10f..075933f6ae 100644 --- a/nuttx-configs/px4-same70xplained-v1/scripts/flash-sram.ld +++ b/nuttx-configs/px4-same70xplained-v1/scripts/flash-sram.ld @@ -100,6 +100,7 @@ SECTIONS *(.bss .bss.*) *(.gnu.linkonce.b.*) *(COMMON) + . = ALIGN(4); _ebss = ABSOLUTE(.); } > sram