summaryrefslogtreecommitdiffstats
path: root/spec/build/bsps/riscv/linkcmdsbase.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/build/bsps/riscv/linkcmdsbase.yml')
-rw-r--r--spec/build/bsps/riscv/linkcmdsbase.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/spec/build/bsps/riscv/linkcmdsbase.yml b/spec/build/bsps/riscv/linkcmdsbase.yml
index 6a4b497591..b45661c3bb 100644
--- a/spec/build/bsps/riscv/linkcmdsbase.yml
+++ b/spec/build/bsps/riscv/linkcmdsbase.yml
@@ -7,7 +7,7 @@ content: |
notice and this notice are preserved. */
/*
- * Copyright (c) 2018 embedded brains GmbH.
+ * Copyright (c) 2018 embedded brains GmbH & Co. KG
*
* Copyright (c) 2015 University of York.
* Hesham ALMatary <hmka501@york.ac.uk>
@@ -319,7 +319,7 @@ content: |
.noinit (NOLOAD) : ${LINKCMDS_ALIGN_DIRECTIVE} {
bsp_section_noinit_begin = .;
- *(.noinit*)
+ *(SORT_BY_NAME (SORT_BY_ALIGNMENT (.noinit*)))
bsp_section_noinit_end = .;
} > REGION_WORK AT > REGION_WORK
bsp_section_noinit_size = bsp_section_noinit_end - bsp_section_noinit_begin;
@@ -406,7 +406,7 @@ content: |
.unexpected_sections : { *(*) } > UNEXPECTED_SECTIONS
}
copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2020 embedded brains GmbH & Co. KG
enabled-by: true
install-path: ${BSP_LIBDIR}
links: []