Skip to content

Commit 3d5f9e3

Browse files
committed
hal/hifive1: Add .keystore section to linker script
1 parent 3232afb commit 3d5f9e3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

hal/hifive1.ld

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ SECTIONS
1717
. = ORIGIN(FLASH) + 0x200;
1818
_start_vector = .;
1919
KEEP(*(.isr_vector))
20+
*(.keystore*)
2021
*(.text*)
2122
*(.rodata*)
2223
*(.srodata*)

0 commit comments

Comments
 (0)