From 97882dbef918db2016c08a0ecc38451509486f28 Mon Sep 17 00:00:00 2001 From: Stacey Sheldon Date: Wed, 5 Sep 2012 22:17:04 -0400 Subject: [PATCH] pipx: ensure pipx BL image is padded to fill its bank This padding is required in order to properly align all of the sections in the EF images. --- flight/PiOS/STM32F10x/link_STM32103CB_PIPXTREME_BL_sections.ld | 1 + 1 file changed, 1 insertion(+) diff --git a/flight/PiOS/STM32F10x/link_STM32103CB_PIPXTREME_BL_sections.ld b/flight/PiOS/STM32F10x/link_STM32103CB_PIPXTREME_BL_sections.ld index 777e09aa6..19f70959d 100644 --- a/flight/PiOS/STM32F10x/link_STM32103CB_PIPXTREME_BL_sections.ld +++ b/flight/PiOS/STM32F10x/link_STM32103CB_PIPXTREME_BL_sections.ld @@ -75,6 +75,7 @@ SECTIONS { . = ALIGN(4); KEEP(*(.boardinfo)) + . = ALIGN(ORIGIN(BD_INFO)+LENGTH(BD_INFO)); } > BD_INFO /* Stabs debugging sections. */