aboutsummaryrefslogtreecommitdiff
path: root/example-fs-bb48/sample.ld
diff options
context:
space:
mode:
Diffstat (limited to 'example-fs-bb48/sample.ld')
-rw-r--r--example-fs-bb48/sample.ld6
1 files changed, 5 insertions, 1 deletions
diff --git a/example-fs-bb48/sample.ld b/example-fs-bb48/sample.ld
index 43c6e4a..5a728a6 100644
--- a/example-fs-bb48/sample.ld
+++ b/example-fs-bb48/sample.ld
@@ -35,10 +35,14 @@ SECTIONS
build/sys.o(.rodata.*)
. = ALIGN(1024);
KEEP(*(.flash_config))
+ KEEP(*(.fixed_function.reset))
+ KEEP(*(.fixed_function.flash_do_internal))
+ KEEP(*(.fixed_function.flash_do))
+ KEEP(*(.fixed_function.flash_erase_page))
+ KEEP(*(.fixed_function.flash_program_word))
KEEP(*(.fixed_function.crc32_init))
KEEP(*(.fixed_function.crc32_u8))
KEEP(*(.fixed_function.crc32_u32))
- KEEP(*(.reset.entry))
/*
* Because of alignment requirement
* of startup.vectors, align to 256.