From 4796432e8d165b5358af9675f2ca15a61bafee68 Mon Sep 17 00:00:00 2001 From: Vegard Storheil Eriksen Date: Wed, 24 Aug 2016 14:45:56 +0200 Subject: Add .bootinfo section to linker script. --- ld_scripts/arm_flash_ram.ld | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ld_scripts/arm_flash_ram.ld b/ld_scripts/arm_flash_ram.ld index 34b8a80..df0a578 100644 --- a/ld_scripts/arm_flash_ram.ld +++ b/ld_scripts/arm_flash_ram.ld @@ -54,6 +54,12 @@ SECTIONS { PROVIDE(_data_rom = .); + .bootinfo : { + *(.bootinfo) + } > ram + + . = ALIGN(4); + .data : { PROVIDE(_data_start = .); *(.data) -- cgit v1.2.3